summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 7e5996c13..7fde5ddc3 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -150,7 +150,7 @@ private:
}
/** Sort the groups by their name */
- static int CDECL GroupNameSorter(const Group* const *a, const Group* const *b)
+ static int CDECL GroupNameSorter(const Group * const *a, const Group * const *b)
{
static const Group *last_group[2] = { NULL, NULL };
static char last_name[2][64] = { "", "" };