mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gallium: Fix mismatched ifdef-guards
Signed-off-by: Michał Janiszewski <janisozaur+signed@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
74adc624b6
commit
bcc613acc1
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ debug_screen_wrap(struct pipe_screen *screen)
|
|||
return screen;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // INLINE_DEBUG_HELPER_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue