From d65d03db9c22c78f58a94e129454eac3f18e955b Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 8 Mar 2011 15:36:14 +0100 Subject: [PATCH] fixed oops with __cplusplus --- src/attributes/otherfaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes/otherfaction.h b/src/attributes/otherfaction.h index 783f5fb07..4bb2608d0 100644 --- a/src/attributes/otherfaction.h +++ b/src/attributes/otherfaction.h @@ -30,5 +30,5 @@ extern "C" { const struct unit *u); #ifdef __cplusplus - extern "C" { +} #endif