Browse Source

Variable is already initialised in global scope.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
ec9390dc4e
  1. 2
      api-example.c

2
api-example.c

@ -145,7 +145,7 @@
static const char SEPARATOR = '|'; static const char SEPARATOR = '|';
static const char COMMA = ','; static const char COMMA = ',';
static const char EQ = '='; static const char EQ = '=';
static int ONLY = 0; static int ONLY;
void display(char *buf) void display(char *buf)
{ {

Loading…
Cancel
Save