diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.h b/base/version.h index 268fd5667e..1ad6d48b8b 100644 --- a/base/version.h +++ b/base/version.h @@ -29,6 +29,6 @@ extern const char *gScummVMVersion; // e.g. "0.4.1" extern const char *gScummVMBuildDate; // e.g. "2003-06-24" extern const char *gScummVMVersionDate; // e.g. "0.4.1 (2003-06-24)" extern const char *gScummVMFullVersion; // e.g. "ScummVM 0.4.1 (2003-06-24)" -extern const char *gScummVMFeatures; // e.g. "ALSA MPEG2 zLib" +extern const char *gScummVMFeatures; // e.g. "ALSA MPEG2 zLib" #endif |