mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 01:40:53 +01:00
libnm: fix spelling for NM_JAONSSON_C define
This commit is contained in:
parent
b6b6baa773
commit
2888778480
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue