diff options
Diffstat (limited to 'FICS/vers.h')
-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 */ |