Skip to content
Snippets Groups Projects
Commit 341cb8df authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing static declaration.

parent e2101279
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ static void file_table_print(void);
#define LIBVERSION 1.8.2
#define XSTRING(x) #x
#define STRING(x) XSTRING(x)
const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " __TIME__;
static const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " __TIME__;
/*
21/05/2004 1.3.2 set min I/O Buffersize to 128k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment