The 'UNIMPLEMENTED' macro call should be followed explicitely by a semicolon.
[reactos.git] / reactos / drivers / ksfilter / ks / image.c
index 7e31cd4..6634b99 100644 (file)
@@ -102,7 +102,7 @@ KspQueryRegValue(
     IN OUT PULONG BufferLength,
     OUT PULONG Type)
 {
-    UNIMPLEMENTED
+    UNIMPLEMENTED;
     return STATUS_NOT_IMPLEMENTED;
 }