libnm: fix spelling for NM_JAONSSON_C define

(cherry picked from commit 2888778480)
This commit is contained in:
Thomas Haller 2018-01-09 07:15:40 +01:00 committed by Lubomir Rintel
parent bbcb9ebefc
commit 0aa9273d33
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include "nm-default.h"
#define NM_JAONSSON_C
#define NM_JANSSON_C
#include "nm-json.h"
void *_nm_jansson_json_object_iter_value;

View file

@ -18,7 +18,7 @@
gboolean nm_jansson_load (void);
#ifndef NM_JAONSSON_C
#ifndef NM_JANSSON_C
#define json_object_iter_value (*_nm_jansson_json_object_iter_value)
#define json_object_key_to_iter (*_nm_jansson_json_object_key_to_iter)
#define json_integer (*_nm_jansson_json_integer)