From ec9390dc4e03afe21ae56457624c04213ffcb45d Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 15 Apr 2013 10:19:37 +1000 Subject: [PATCH] Variable is already initialised in global scope. --- api-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-example.c b/api-example.c index 9bd44791..71b5b002 100644 --- a/api-example.c +++ b/api-example.c @@ -145,7 +145,7 @@ static const char SEPARATOR = '|'; static const char COMMA = ','; static const char EQ = '='; -static int ONLY = 0; +static int ONLY; void display(char *buf) {