From b7d99880c80dcade08a37be7740b64e5aaa2047c Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Tue, 3 Apr 2012 09:45:54 +0000 Subject: [PATCH] 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 --- tests/c-api-tests/push-no-pop.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.47.3