utils: Add missing parentheses
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 13 Jul 2011 22:19:37 +0000 (23:19 +0100)
committerBrian Paul <brianp@vmware.com>
Wed, 13 Jul 2011 22:37:29 +0000 (16:37 -0600)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_video.h

index 78cceb6bcf244a7d77cbc16e4688a5ee3e746a0f..46da13610045aa3cb0c7978a2c80285fc4442a00 100644 (file)
@@ -68,4 +68,8 @@ u_reduce_video_profile(enum pipe_video_profile profile)
    }
 }
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* U_VIDEO_H */