From 3e102bf5fb1c303f4027fae9d47bb170ac237134 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Dec 2014 17:21:32 -0600 Subject: [PATCH] typo in the previous commit --- mfapi/patch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfapi/patch.c b/mfapi/patch.c index a96dcf4..92ffbe6 100644 --- a/mfapi/patch.c +++ b/mfapi/patch.c @@ -17,7 +17,7 @@ */ #define _POSIX_C_SOURCE 200809L // for strdup -#defein _BSD_SOURCE // for strdup on old systems +#define _BSD_SOURCE // for strdup on old systems #include #include