X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fascii.c;h=d581675fe37d99bf7f63cfb6d2332b9c0b5b1b3e;hb=1fdb506564f971fc4241b39fd8ba94956d6eeaef;hp=692f7f4d421bbfae5f64bc44bfb5c12e015a21a7;hpb=bfafd2fc47742719938ce1219f445b3ad25fb703;p=pspp diff --git a/src/output/ascii.c b/src/output/ascii.c index 692f7f4d42..d581675fe3 100644 --- a/src/output/ascii.c +++ b/src/output/ascii.c @@ -386,8 +386,7 @@ ascii_create (struct file_handle *fh, enum settings_output_devices device_type, ? "unicode" : "ascii"); enum { BOX_ASCII, BOX_UNICODE } box = parse_enum (opt (o, "box", default_box), "ascii", BOX_ASCII, - "unicode", BOX_UNICODE, - NULL_SENTINEL); + "unicode", BOX_UNICODE); static const struct render_ops ascii_render_ops = { .draw_line = ascii_draw_line,