template: fix compiler warning in dev...Version.c

This commit is contained in:
Ralph Lange
2017-12-14 17:07:05 +01:00
parent 0f9d5cb5c1
commit efee52b6d7
@@ -15,7 +15,7 @@
/* must be last include */
#include "epicsExport.h"
const char const version[] = _APPNAME_VERSION;
const char version[] = _APPNAME_VERSION;
static long read_string(lsiRecord *prec)
{