Index: /trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp	(revision 57645)
+++ /trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp	(revision 57646)
@@ -900,5 +900,5 @@
     }
     else
-        pObjInfo->cbObject = rtPipeOs2GetSpace(pThis)
+        pObjInfo->cbObject = rtPipeOs2GetSpace(pThis);
     pObjInfo->cbAllocated = RTPIPE_OS2_SIZE; /** @todo this isn't necessarily true if we didn't create it... but, whatever */
 
