Index: src_plugins/hid_remote/remote.c =================================================================== --- src_plugins/hid_remote/remote.c (revision 17007) +++ src_plugins/hid_remote/remote.c (revision 17008) @@ -31,6 +31,8 @@ static pcb_hid_attribute_t *remote_get_export_options(int *n_ret) { + if (n_ret != NULL) + *n_ret = 0; return 0; }