summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-11-08 13:02:49 +0000
committerJérémy Zurcher <jeremy@asynk.ch>2014-01-03 16:22:19 +0100
commita321f05c5f14561935d6c2bdf0837d620bcc675e (patch)
treefbaaa11958f437e39020be9a8d96372777fed2e3
parentb158c4708dfd5d21c24a44b80668a583b0d21ce3 (diff)
downloadefl-a321f05c5f14561935d6c2bdf0837d620bcc675e.tar.gz
eo2: fixed eo2_class_class.
-rw-r--r--src/lib/eo/eo2_class_class.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/eo/eo2_class_class.c b/src/lib/eo/eo2_class_class.c
index cda4fac830..8f40cae6ec 100644
--- a/src/lib/eo/eo2_class_class.c
+++ b/src/lib/eo/eo2_class_class.c
@@ -4,7 +4,9 @@
#include "Eo.h"
-static Eo2_Op_Description op_descs [] = {};
+static Eo2_Op_Description op_descs [] = {
+ EO2_OP_SENTINEL
+};
static const Eo_Class_Description class_desc = {
EO2_VERSION,