diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -49,7 +49,7 @@ struct SignList { } /** Sort signs by their name */ - static int CDECL SignNameSorter(const Sign* const *a, const Sign* const *b) + static int CDECL SignNameSorter(const Sign * const *a, const Sign * const *b) { static char buf_cache[64]; char buf[64];