Fix brettcar typo

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@273 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-03-10 12:27:34 +00:00
parent 4c29fc67e9
commit 41fd7d3b21
1 changed files with 1 additions and 3 deletions

View File

@ -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