From b9b13e826847c7b82270d3d1fa8693e9fd25c801 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:33 +0000 Subject: [PATCH] lilypond-0.0.64 --- mi2mu/main.cc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mi2mu/main.cc b/mi2mu/main.cc index 200c96a606..5009b8dd7b 100644 --- a/mi2mu/main.cc +++ b/mi2mu/main.cc @@ -76,18 +76,18 @@ int main( int argc_i, char* argv_sz_a[] ) { Long_option_init long_option_init_a[] = { - 0, "be-blonde", 'b', - 0, "debug", 'd', - 0, "help", 'h', - 0, "no-silly", 'n', - 1, "output", 'o', - 0, "no-plets", 'p', - 0, "quiet", 'q', - 1, "smallest", 's', - 0, "verbose", 'v', - 0, "warranty", 'w', - 0, "no-double-dots", 'x', - 0,0,0 + {0, "be-blonde", 'b'}, + {0, "debug", 'd'}, + {0, "help", 'h'}, + {0, "no-silly", 'n'}, + {1, "output", 'o'}, + {0, "no-plets", 'p'}, + {0, "quiet", 'q'}, + {1, "smallest", 's'}, + {0, "verbose", 'v'}, + {0, "warranty", 'w'}, + {0, "no-double-dots", 'x'}, + {0,0,0} }; Getopt_long getopt_long( argc_i, argv_sz_a, long_option_init_a ); -- 2.39.5