From ac6fc6e59af919aca8b779a0cf2cb1b783ebd676 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:38:10 +0000 Subject: [PATCH] lilypond-0.0.49 --- lily/main.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lily/main.cc b/lily/main.cc index 1576773e86..ab0aced860 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -26,14 +26,14 @@ bool only_midi = false; void destill_inname( String &name_str_r); Long_option_init theopts[] = { - 1, "output", 'o', - 0, "warranty", 'w', - 0, "help", 'h', - 0, "debug", 'd', - 1, "init", 'i', - 1, "include", 'I', - 0, "midi", 'M', - 0,0,0 + {1, "output", 'o'}, + {0, "warranty", 'w'}, + {0, "help", 'h'}, + {0, "debug", 'd'}, + {1, "init", 'i'}, + {1, "include", 'I'}, + {0, "midi", 'M'}, + {0,0,0} }; void -- 2.39.5