[Mesa-dev] [PATCH 1/3] gallium: Fix mismatched ifdef-guards
janisozaur at gmail.com
janisozaur at gmail.com
Tue Oct 16 21:44:21 UTC 2018
From: Michał Janiszewski <janisozaur+signed at gmail.com>
Signed-off-by: Michał Janiszewski <janisozaur+signed at gmail.com>
---
src/gallium/auxiliary/target-helpers/inline_debug_helper.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
index ef22cac2c3..08aea33071 100644
--- a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
+++ b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
@@ -38,8 +38,8 @@ debug_screen_wrap(struct pipe_screen *screen)
return screen;
}
-#endif
-
#ifdef __cplusplus
}
#endif
+
+#endif // INLINE_DEBUG_HELPER_H
--
2.19.1
More information about the mesa-dev
mailing list