Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / sch / patches / patch-aa
blob2e9684c24358232330ae9ea4be97528c97e0e4a1
1 $NetBSD$
2 --- ../opts.c.orig      2004-05-24 01:23:56.000000000 +0200
3 +++ ../opts.c   2004-05-24 01:24:52.000000000 +0200
4 @@ -82,7 +82,7 @@
5         { "oldformat",  v_bool, &oldformat, action_thru, 0 },
6         { "tabhour",    v_int,  &tabhour, action_thru, 0 },
7         { "verbose",    v_bool, &verbose, action_thru, 0 },
8 -       { NULL, NULL, NULL },
9 +       { NULL, 0, NULL, NULL },
10  };
12  static int repaint;