From 972213bc719d2a823690018d5ddbe5d5b89b284d Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 10 Jun 2005 00:58:00 +0000 Subject: [PATCH] *** empty log message *** --- lily/program-option.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/program-option.cc b/lily/program-option.cc index 0be249ef04..23e60cf61b 100644 --- a/lily/program-option.cc +++ b/lily/program-option.cc @@ -172,8 +172,8 @@ Protected_scm command_line_settings = SCM_EOL; LY_DEFINE (ly_option_usage, "ly:option-usage", 0, 0, 0, (), "Print ly:set-option usage") { - SCM stdout = scm_current_output_port(); - scm_display (ly_get_option (ly_symbol2scm ("help")), stdout); + SCM scm_stdout = scm_current_output_port(); + scm_display (ly_get_option (ly_symbol2scm ("help")), scm_stdout); exit (0); return SCM_UNSPECIFIED; } -- 2.39.5