mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-11 23:30:44 +01:00
libnm: fix spelling for NM_JAONSSON_C define
(cherry picked from commit 2888778480)
This commit is contained in:
parent
bbcb9ebefc
commit
0aa9273d33
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