From: Jilles Tjoelker Date: Wed, 10 Mar 2004 12:27:34 +0000 (+0000) Subject: Fix brettcar typo X-Git-Tag: v1.6.1-roc-dev~430 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=41fd7d3b21d7a9f82975e1ddce359de6d37a69ff;p=dgamelaunch Fix brettcar typo git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@273 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/dgamelaunch.c b/dgamelaunch.c index 2e43950..e352540 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -63,13 +63,11 @@ # include #endif - - #ifdef __linux__ # include #endif -#ifndef ARRAY_SIZEK +#ifndef ARRAY_SIZE # define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #endif