diff options
Diffstat (limited to 'contrib/gcc/f/version.h')
-rw-r--r-- | contrib/gcc/f/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/f/version.h b/contrib/gcc/f/version.h index cd578a8..62f941d 100644 --- a/contrib/gcc/f/version.h +++ b/contrib/gcc/f/version.h @@ -1,6 +1,6 @@ #ifndef _H_f_version #define _H_f_version -extern char *ffe_version_string; +extern const char *ffe_version_string; #endif |