12 lines
416 B
Text
12 lines
416 B
Text
$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:08 kristerw Exp $
|
|
--- ../opts.c.orig 2004-05-24 01:23:56.000000000 +0200
|
|
+++ ../opts.c 2004-05-24 01:24:52.000000000 +0200
|
|
@@ -82,7 +82,7 @@
|
|
{ "oldformat", v_bool, &oldformat, action_thru, 0 },
|
|
{ "tabhour", v_int, &tabhour, action_thru, 0 },
|
|
{ "verbose", v_bool, &verbose, action_thru, 0 },
|
|
- { NULL, NULL, NULL },
|
|
+ { NULL, 0, NULL, NULL },
|
|
};
|
|
|
|
static int repaint;
|