]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
Issue 2758. ly_module_lookup caused deprecation warnings with Guile V2.06.
[lilypond.git] / flower / include / international.hh
index 885df240fedbfd2f62148192544dd898a6039048..6dd46c28e96b429be9ddf40d8fd4b1d3c8525ed7 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2012 Jan Nieuwenhuizen <janneke@gnu.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
@@ -42,7 +42,7 @@ string _ (char const *ch);
    GNU gettext
 */
 string _f (char const *format, ...)
-          __attribute__ ((format (printf, 1, 2)));
+__attribute__ ((format (printf, 1, 2)));
 string _f (char const *format, string s, string s2 = "", string s3 = "");
 /**
    va_list version of _f