From 9f85d74061f9c82d25e38baa9049f6f3b6c265ef Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 23 Nov 2024 11:35:26 +0100 Subject: Added alignment --- FICS/vers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FICS/vers.h b/FICS/vers.h index c6046e2..cf50d09 100644 --- a/FICS/vers.h +++ b/FICS/vers.h @@ -24,8 +24,8 @@ #ifndef _VERS_H #define _VERS_H -extern const char SGS_VERS[]; -extern const char VERS_NUM[]; -extern const char COMP_DATE[]; +extern const char SGS_VERS[]; +extern const char VERS_NUM[]; +extern const char COMP_DATE[]; #endif /* _VERS_H */ -- cgit v1.2.3