]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scheme-engraver.cc
Regtest script: Don't walk the share folders.
[lilypond.git] / lily / scheme-engraver.cc
index e59903086ac750fa225e4af7c88ed412a0de5a1d..cde829a60788bec5b140942dad26a6fd75168184 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  Copyright (c) 2009--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (c) 2009--2012 Han-Wen Nienhuys <hanwen@lilypond.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -186,7 +186,8 @@ void mark_listen_closure (void *target)
   scm_gc_mark ((SCM)target);
 }
 
-Listener_function_table listen_closure =
+Listener_function_table listen_closure
+=
 {
   call_listen_closure, mark_listen_closure
 };