diff options
Diffstat (limited to 'apps/version.h')
| -rw-r--r-- | apps/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/version.h b/apps/version.h index 0090bce..2eb9c26 100644 --- a/apps/version.h +++ b/apps/version.h @@ -19,6 +19,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -extern char appsversion[]; +extern const char appsversion[]; #endif |