- Removed trailing char
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c
index 5da590e..99e5092 100644
--- a/library/cipher_wrap.c
+++ b/library/cipher_wrap.c
@@ -43,7 +43,7 @@
 
 #if defined(POLARSSL_DES_C)
 #include "polarssl/des.h"
-#endif;
+#endif
 
 #include <stdlib.h>