summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp
index 314a2fbf9..23366cf50 100644
--- 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];