Index: /trunk/include/k/kHlpAssert.h
===================================================================
--- /trunk/include/k/kHlpAssert.h	(revision 17)
+++ /trunk/include/k/kHlpAssert.h	(revision 18)
@@ -60,5 +60,5 @@
             kHlpAssertMsg1(#expr, __FILE__, __LINE__, __FUNCTION__); \
             kHlpAssertBreakpoint(); \
-        }
+        } \
     } while (0)
 
@@ -70,5 +70,5 @@
             kHlpAssertBreakpoint(); \
             return (rcRet); \
-        }
+        } \
     } while (0)
 
@@ -80,5 +80,5 @@
             kHlpAssertBreakpoint(); \
             return; \
-        }
+        } \
     } while (0)
 
@@ -90,5 +90,5 @@
             kHlpAssertMsg2 msg; \
             kHlpAssertBreakpoint(); \
-        }
+        } \
     } while (0)
 
@@ -101,5 +101,5 @@
             kHlpAssertBreakpoint(); \
             return (rcRet); \
-        }
+        } \
     } while (0)
 
@@ -112,5 +112,5 @@
             kHlpAssertBreakpoint(); \
             return; \
-        }
+        } \
     } while (0)
 
