X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foptions.c;h=694ffc233ebe86aea4b5ba4bcf2b12e4a54f4929;hb=49c02dd0d35698fd43528c4422b3b5202b481a11;hp=e0259f0936246e9f5f49a184de9239176eaf57e6;hpb=535b3ff175221bf40a3e009930e4121e6d093f24;p=pspp diff --git a/src/output/options.c b/src/output/options.c index e0259f0936..694ffc233e 100644 --- a/src/output/options.c +++ b/src/output/options.c @@ -145,7 +145,7 @@ parse_boolean (struct driver_option *o) O has no user-specified value, then O's default value is treated the same way. If the default value still does not match, parse_enum() returns 0. - Example: parse_enum (o, "a", 1, "b", 2, NULL) returns 1 if O's + Example: parse_enum (o, "a", 1, "b", 2, NULL_SENTINEL) returns 1 if O's value if "a", 2 if O's value is "b". Destroys O. */