*Forgot one thing

This commit is contained in:
dimok321 2009-07-25 07:13:33 +00:00
parent 4dc92996b5
commit e1ed5629b8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#define SVN_REV "644M" #define SVN_REV "645M"
const char *GetRev() const char *GetRev()
{ {

View File

@ -5,7 +5,7 @@ extern "C"
{ {
#endif #endif
char *GetRev(); const char *GetRev();
#ifdef __cplusplus #ifdef __cplusplus
} }