mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Fix typo in header guard.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
ddc52b9cba
commit
33f7e60785
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ is" without express or implied warranty.
|
|||
|
||||
*/
|
||||
|
||||
#ifndef XNESTARGC_H
|
||||
#ifndef XNESTARGS_H
|
||||
#define XNESTARGS_H
|
||||
|
||||
extern char *xnestDisplayName;
|
||||
|
|
|
|||
Loading…
Reference in a new issue