]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile-macros.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / lily-guile-macros.hh
index 24989a8acfc487ef898bad208d9b06a4e7ecae1a..15243c0d8b0d3171cec96f596c62322a11a4e6cc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef LILY_GUILE_MACROS_HH
@@ -94,7 +94,7 @@ inline SCM ly_symbol2scm (char const *x) { return scm_str2symbol ((x)); }
   {                                                                    \
     TYPE ::FUNC ## _proc = scm_c_define_gsubr (#TYPE "::" #FUNC,       \
                                               (ARGCOUNT), 0, 0,        \
-                                              (Scheme_function_unknown)TYPE ::FUNC); \
+                                              (Scheme_function_unknown) TYPE::FUNC); \
     scm_c_export (#TYPE "::" #FUNC, NULL);                             \
   }                                                                    \
                                                                        \