]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
Fix compiler warnings.
[lilypond.git] / lily / lily-guile.cc
index fea8836250486100480bb20aa99adf45f07f40ab..95610af236c505ebd58f806797a22f68fa8561ba 100644 (file)
@@ -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', ' ');