libnm/test: use (void) for empty parentheses in function prototype

Fixes: ec92ecedae
This commit is contained in:
Thomas Haller
2015-08-05 16:23:00 +02:00
parent b7de900b90
commit eef0342bcc

View File

@@ -4281,7 +4281,7 @@ test_nm_utils_ascii_str_to_int64 (void)
/******************************************************************************/
static void
test_nm_utils_strstrdictkey ()
test_nm_utils_strstrdictkey (void)
{
#define _VALUES_STATIC(_v1, _v2) { .v1 = _v1, .v2 = _v2, .v_static = _nm_utils_strstrdictkey_static (_v1, _v2), }
const struct {