Fix warnings
[satune.git] / src / AST / boolean.c
index ce6fad950d39d66d85dac78a28358ec72e0318b6..63df873363958bf680a0bd689508826b75ec4210 100644 (file)
@@ -13,4 +13,5 @@ Boolean* allocBooleanOrder(Order* order,uint64_t first, uint64_t second){
     tmp->order = order;
     tmp->first=first;
     tmp->second=second;
-}
\ No newline at end of file
+               return tmp;
+}