summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/misc-commands.c')
-rw-r--r--minecctl/misc-commands.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/minecctl/misc-commands.c b/minecctl/misc-commands.c
index c64a005..52797da 100644
--- a/minecctl/misc-commands.c
+++ b/minecctl/misc-commands.c
@@ -5,8 +5,7 @@
#include "rcon-commands.h"
#include "mc-commands.h"
-bool
-do_list(struct cfg *cfg)
+bool do_list(struct cfg *cfg)
{
struct server *server;
@@ -18,8 +17,7 @@ do_list(struct cfg *cfg)
return true;
}
-bool
-do_pcount(struct cfg *cfg)
+bool do_pcount(struct cfg *cfg)
{
unsigned x, y;