projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab0d9d
)
*** empty log message ***
author
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Fri, 10 Jun 2005 00:58:00 +0000
(
00:58
+0000)
committer
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Fri, 10 Jun 2005 00:58:00 +0000
(
00:58
+0000)
lily/program-option.cc
patch
|
blob
|
history
diff --git
a/lily/program-option.cc
b/lily/program-option.cc
index 0be249ef04daa56bd6abb6e41ba7d4e63f7e7126..23e60cf61beac68cc9914395a923471ba84b0278 100644
(file)
--- 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 s
cm_s
tdout = scm_current_output_port();
+ scm_display (ly_get_option (ly_symbol2scm ("help")), s
cm_s
tdout);
exit (0);
return SCM_UNSPECIFIED;
}