diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:56:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:56:54 +0000 |
commit | d305570c9b1fd87c4acdec589761cfa39fd04a3b (patch) | |
tree | e340315dd9d6966ccc3a48aa7a845e2213e40e62 /lib/mesa/src/gallium/auxiliary/util/u_dump.h | |
parent | 1c5c7896c1d54abd25c0f33ca996165b359eecb3 (diff) |
Merge Mesa 22.3.4
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/util/u_dump.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/util/u_dump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/util/u_dump.h b/lib/mesa/src/gallium/auxiliary/util/u_dump.h index dab2d19c1..0469ea21f 100644 --- a/lib/mesa/src/gallium/auxiliary/util/u_dump.h +++ b/lib/mesa/src/gallium/auxiliary/util/u_dump.h @@ -42,7 +42,7 @@ #include <stdio.h> -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -226,7 +226,7 @@ util_dump_blit_info(FILE *stream, const struct pipe_blit_info *info); /* FIXME: Move the other debug_dump_xxx functions out of u_debug.h into here. */ -#ifdef __cplusplus +#ifdef __cplusplus } #endif |