From e7c8c3765913e36bb37974da33a0919fbe838536 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 19 Nov 2013 17:31:55 +0100
Subject: [PATCH] Fix syntax error

---
 src/xbob.blitz                | 2 +-
 xbob/io/include/xbob.io/api.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xbob.blitz b/src/xbob.blitz
index be1cd19..2bfdea4 160000
--- a/src/xbob.blitz
+++ b/src/xbob.blitz
@@ -1 +1 @@
-Subproject commit be1cd19edf4bb9d4b7351432f2f1603153dc1c24
+Subproject commit 2bfdea46de4100373311cb655b267499d9a779b3
diff --git a/xbob/io/include/xbob.io/api.h b/xbob/io/include/xbob.io/api.h
index 1973f42..18f9965 100644
--- a/xbob/io/include/xbob.io/api.h
+++ b/xbob/io/include/xbob.io/api.h
@@ -311,7 +311,7 @@ typedef struct {
 #   endif
           BOOST_PP_STRINGIZE(XBOB_IO_MODULE_PREFIX),
           BOOST_PP_STRINGIZE(XBOB_IO_MODULE_NAME));
-      return -1
+      return -1;
     }
 
     /* Checks that the imported version matches the compiled version */
-- 
GitLab