aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-30 14:31:55 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-30 14:31:55 +0100
commit4ef09c272705e03f99b677ec015eeec52d0eb471 (patch)
tree133120dd83d0274e0cb65580ef87a43ba4bbc479
parent325ab2e5fb7cde50400c67d3538fc1d0b29ef513 (diff)
Aligned defines
-rw-r--r--FICS/gameproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/gameproc.h b/FICS/gameproc.h
index d917952..8f7aea9 100644
--- a/FICS/gameproc.h
+++ b/FICS/gameproc.h
@@ -26,8 +26,8 @@
#ifndef _GAMEPROC_H
#define _GAMEPROC_H
-#define MAX_SIMPASS 3
-#define MAX_JOURNAL 10
+#define MAX_SIMPASS 3
+#define MAX_JOURNAL 10
#include "command.h" /* param_list */