]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keyword.cc
(Invoking lilypond-book):
[lilypond.git] / lily / keyword.cc
index 7279ba52911626574f743e588394492c048f1139..84065ab4f6fd0093f621e0d87d3a351b9f027ab3 100644 (file)
@@ -30,6 +30,5 @@ Keyword_table::lookup (char const *s) const
   vsize idx = binary_search (table_, e, tabcmp);
   if (idx != VPOS)
     return table_[idx].tokcode_;
-  else
-    return VPOS;
+  return VPOS;
 }