From 4ef09c272705e03f99b677ec015eeec52d0eb471 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 30 Mar 2024 14:31:55 +0100 Subject: Aligned defines --- FICS/gameproc.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3