From: fred Date: Sun, 24 Mar 2002 19:38:10 +0000 (+0000) Subject: lilypond-0.0.49 X-Git-Tag: release/1.5.59~5023 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ac6fc6e59af919aca8b779a0cf2cb1b783ebd676;p=lilypond.git lilypond-0.0.49 --- 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