From: trevor_hansen Date: Tue, 3 Apr 2012 09:45:54 +0000 (+0000) Subject: Fix. Put in a return value from main X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b7d99880c80dcade08a37be7740b64e5aaa2047c;p=francis%2Fstp.git Fix. Put in a return value from main git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1618 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/tests/c-api-tests/push-no-pop.c b/tests/c-api-tests/push-no-pop.c index 3f02ede..decd169 100644 --- a/tests/c-api-tests/push-no-pop.c +++ b/tests/c-api-tests/push-no-pop.c @@ -35,5 +35,7 @@ int main() { vc_DeleteExpr(a); vc_Destroy(vc); + + return 0; }