- Cleaned up define

diff --git a/library/camellia.c b/library/camellia.c
index e4c3259..496facf 100644
--- a/library/camellia.c
+++ b/library/camellia.c
@@ -68,7 +68,7 @@
     { 0xb0, 0x56, 0x88, 0xc2, 0xb3, 0xe6, 0xc1, 0xfd }
 };
 
-#ifdef POLARSSL_CAMELLIA_SMALL_MEMORY
+#if defined(POLARSSL_CAMELLIA_SMALL_MEMORY)
 
 static const unsigned char FSb[256] =
 {