[libglnx] test-libglnx-macros.c: fix missing semicolon



commit e8b7d8f60ca4918aee61abe22dea959d77f4f189
Author: Jonathan Lebon <jlebon redhat com>
Date:   Sat Jun 17 14:52:26 2017 -0400

    test-libglnx-macros.c: fix missing semicolon

 tests/test-libglnx-macros.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-libglnx-macros.c b/tests/test-libglnx-macros.c
index d16c100..d45c5cf 100644
--- a/tests/test-libglnx-macros.c
+++ b/tests/test-libglnx-macros.c
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]