]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile-macros.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / lily-guile-macros.hh
index 526d1ec226b9fdc16d719ef1c2426052fabe28fe..221bcef76c4b31cde794e950096b604eddf28988 100644 (file)
@@ -125,7 +125,7 @@ SCM FNAME ## _proc; \
 void \
 INITPREFIX ## init () \
 { \
-  FNAME ## _proc = scm_c_define_gsubr (PRIMNAME,REQ, OPT, VAR, \
+  FNAME ## _proc = scm_c_define_gsubr (PRIMNAME, REQ, OPT, VAR, \
                                        (Scheme_function_unknown) FNAME); \
   ly_add_function_documentation (FNAME ## _proc, PRIMNAME, #ARGLIST, \
                                 DOCSTRING); \