Fix brettcar typo
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@273 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
4c29fc67e9
commit
41fd7d3b21
|
@ -63,13 +63,11 @@
|
|||
# include <libutil.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef __linux__
|
||||
# include <pty.h>
|
||||
#endif
|
||||
|
||||
#ifndef ARRAY_SIZEK
|
||||
#ifndef ARRAY_SIZE
|
||||
# define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue