2
0
Luis Azedo 10 жил өмнө
parent
commit
fd3520acd7

+ 1 - 1
modules/kazoo/kz_json.c

@@ -30,7 +30,7 @@
 
 #include "kz_json.h"
 
-static str kz_pv_str_empty  {"", 0};
+static str kz_pv_str_empty = {"", 0};
 
 char** str_split(char* a_str, const char a_delim)
 {