Skip to content
Snippets Groups Projects
Commit 5143a358 authored by rswindell's avatar rswindell
Browse files

Fixed beta_version declaration.

parent c2874eda
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "sbbs.h" #include "sbbs.h"
#include "cmdshell.h" #include "cmdshell.h"
extern const char* beta_version; extern "C" const char* beta_version;
/****************************************************************************/ /****************************************************************************/
/* Returns 0 if invalid @ code. Returns length of @ code if valid. */ /* Returns 0 if invalid @ code. Returns length of @ code if valid. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment