diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 11:35:26 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 11:35:26 +0100 |
commit | 9f85d74061f9c82d25e38baa9049f6f3b6c265ef (patch) | |
tree | 61150113643e1df450d3ea0f64b7addcd71b295d | |
parent | fbdca8cfe42c178f8763126224ee5404b9b6ce68 (diff) |
Added alignment
-rw-r--r-- | FICS/vers.h | 6 |
1 files 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 */ |