Skip to content

Commit

Permalink
kazoo : missing operator
Browse files Browse the repository at this point in the history
(cherry picked from commit fd3520a)
  • Loading branch information
lazedo committed Jan 6, 2015
1 parent 4f6e524 commit d2bd1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kazoo/kz_json.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit d2bd1e5

Please sign in to comment.