diff options
-rw-r--r-- | plugins/tests/test-helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tests/test-helpers.h b/plugins/tests/test-helpers.h index f37d80e2..8362754c 100644 --- a/plugins/tests/test-helpers.h +++ b/plugins/tests/test-helpers.h @@ -20,7 +20,7 @@ #include <libmm-glib.h> void mm_test_helpers_compare_bands (GArray *bands, - const MMModemBand *expected_bands, - guint n_expected_bands); + const MMModemBand *expected_bands, + guint n_expected_bands); #endif /* TEST_HELPERS_H */ |