libnm: fix spelling for NM_JAONSSON_C define

This commit is contained in:
Thomas Haller 2018-01-09 07:15:40 +01:00
parent b6b6baa773
commit 2888778480
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)