Add a couple of missing semicolons on last commit
authorNelson Ferreira <nelson.ferreira@ieee.org>
Sun, 15 Jan 2012 03:48:58 +0000 (22:48 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Sun, 15 Jan 2012 03:48:58 +0000 (22:48 -0500)
Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/buffer.h

index 86fbad2..64ad7f8 100644 (file)
@@ -1099,7 +1099,7 @@ do {                                                                              \
                                  dfc_simplified_sink_type,   &dfc_sink);       \
                                                                                \
   DFC_##sink_type##_USE_CONVERTED_DATA (sink);                                 \
-  assert((sink)!=NULL)                                                         \
+  assert((sink)!=NULL);                                                        \
 } while (0)
 
 #define TO_INTERNAL_FORMAT(source_type, source, sink_type, sink, coding_system)        \
@@ -1131,7 +1131,7 @@ do {                                                                              \
                                  dfc_simplified_sink_type,   &dfc_sink);       \
                                                                                \
   DFC_##sink_type##_USE_CONVERTED_DATA (sink);                                 \
-  assert((sink)!=NULL)                                                         \
+  assert((sink)!=NULL);                                                                \
 } while (0)
 
 #ifdef FILE_CODING