mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
xlib/sw: remove stray semicolon
This commit is contained in:
parent
1a4383cd42
commit
63c9b4f3d2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#include <sys/shm.h>
|
||||
#include <X11/extensions/XShm.h>
|
||||
|
||||
DEBUG_GET_ONCE_BOOL_OPTION(xlib_no_shm, "XLIB_NO_SHM", FALSE);
|
||||
DEBUG_GET_ONCE_BOOL_OPTION(xlib_no_shm, "XLIB_NO_SHM", FALSE)
|
||||
|
||||
/**
|
||||
* Display target for Xlib winsys.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue