1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 01:53:14 +02:00

fixed typo preventing a compile, reported by rfrederick (#4245).

This commit is contained in:
Bram Matthys
2013-11-24 20:22:56 +01:00
parent 559bdcbc48
commit 034d2b239d
+1 -1
View File
@@ -144,7 +144,7 @@ extern char *rindex(char *, char);
/*
* Mac OS X Tiger Support (Intel Only)
*/
#if defined(macosx) || (defined(__APPLE__)
#if defined(macosx) || defined(__APPLE__)
#define OSXTIGER
#endif