Commit d1862e47 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

cmd: Fix comment for CMD_PIPE.

parent 8f8aa7a3
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment