Browse Source

Merge commit 'ec9390d' into update_avalon_20130524

Luke Dashjr 12 years ago
parent
commit
aab793c93e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-example.c

+ 1 - 1
api-example.c

@@ -138,7 +138,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)
 {
 {