gallium: Fix mismatched ifdef-guards
authorMichał Janiszewski <janisozaur+signed@gmail.com>
Tue, 16 Oct 2018 21:44:21 +0000 (23:44 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 18 Oct 2018 10:03:03 +0000 (11:03 +0100)
Signed-off-by: Michał Janiszewski <janisozaur+signed@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/auxiliary/target-helpers/inline_debug_helper.h

index ef22cac2c3190a0b156c55d81baf36e29cfc11c9..08aea33071038f5c8d7da73824bbe78ff52fb41e 100644 (file)
@@ -38,8 +38,8 @@ debug_screen_wrap(struct pipe_screen *screen)
    return screen;
 }
 
    return screen;
 }
 
-#endif
-
 #ifdef __cplusplus
 }
 #endif
 #ifdef __cplusplus
 }
 #endif
+
+#endif // INLINE_DEBUG_HELPER_H