]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
doc-hu: Provided missing translations
[lilypond.git] / lily / lily-guile.cc
index fea8836250486100480bb20aa99adf45f07f40ab..f0ff8cabbc99614fd7adafabdf1a64e2337520ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2010 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2011 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -661,7 +661,7 @@ SCM
 parse_symbol_list (char const *symbols)
 {
   while (isspace (*symbols))
-    *symbols++;
+    symbols++;
   string s = symbols;
   replace_all (&s, '\n', ' ');
   replace_all (&s, '\t', ' ');