]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix brettcar typo
authorJilles Tjoelker <jilles@stack.nl>
Wed, 10 Mar 2004 12:27:34 +0000 (12:27 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Wed, 10 Mar 2004 12:27:34 +0000 (12:27 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@273 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index 2e43950deeabc8459bc67514c69030111d3c7b47..e352540e5452c9a194356c63f3c348b94c572f41 100644 (file)
 # 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