cmd: Fix comment for CMD_PIPE.

This commit is contained in:
Frédéric Delanoy 2011-07-21 15:28:27 +02:00 committed by Alexandre Julliard
parent 8f8aa7a35e
commit d1862e473b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ typedef enum _CMDdelimiters {
CMD_NONE, /* End of line or single & */
CMD_ONFAILURE, /* || */
CMD_ONSUCCESS, /* && */
CMD_PIPE /* Single */
CMD_PIPE /* Single | */
} CMD_DELIMITERS;
typedef struct _CMD_LIST {