diff options
| author | Christian Hopps <chopps@gmail.com> | 2021-05-17 21:16:28 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2021-05-17 22:13:59 -0400 |
| commit | af1b88e990389fd4e9c0ee69636b4e38934dc69d (patch) | |
| tree | c0f14f41d311fb788b609134a7547501209b0744 /lib/xref.h | |
| parent | ea9aa705476a129894a4e83a4533e9fc7b3d3fd3 (diff) | |
lib: libyang2 add missed conversion
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/xref.h')
| -rw-r--r-- | lib/xref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xref.h b/lib/xref.h index 949458b313..6cff1a3769 100644 --- a/lib/xref.h +++ b/lib/xref.h @@ -169,6 +169,7 @@ extern const struct xref * const __stop_xref_array[1] DSO_LOCAL; static void __attribute__((used, _CONSTRUCTOR(1100))) \ _xref_init(void) { \ static struct xref_block _xref_block = { \ + .next = NULL, \ .start = __start_xref_array, \ .stop = __stop_xref_array, \ }; \ |
