diff options
Diffstat (limited to 'os/busfault.c')
-rw-r--r-- | os/busfault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/busfault.c b/os/busfault.c index ac0268fd5..d4afa6df3 100644 --- a/os/busfault.c +++ b/os/busfault.c @@ -47,7 +47,7 @@ struct busfault { void *context; }; -static Bool busfaulted; +static Bool busfaulted; static struct xorg_list busfaults; struct busfault * |