mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 19:33:06 -04:00
test-libglnx-macros.c: fix missing semicolon
This commit is contained in:
@@ -37,7 +37,7 @@ test_inset (void)
|
||||
g_assert (!G_IN_SET (8, 7,42,3,9));
|
||||
g_assert (!G_IN_SET (-1, 7,42,3,9));
|
||||
g_assert (G_IN_SET ('x', 'a', 'x', 'c'));
|
||||
g_assert (!G_IN_SET ('y', 'a', 'x', 'c'))
|
||||
g_assert (!G_IN_SET ('y', 'a', 'x', 'c'));
|
||||
}
|
||||
|
||||
int main (int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user