From fc94289e338660c36d350571a55a3f5adb7dfc6c Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 20 Aug 2004 22:18:34 +0000 Subject: [PATCH] misc flow control changes. (Logical change 1.55) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@176 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/testamf3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testamf3.c b/test/testamf3.c index e5523c85..bf922770 100644 --- a/test/testamf3.c +++ b/test/testamf3.c @@ -262,5 +262,6 @@ int main (void) { saAmfFinalize (&handle); + printf ("Done \n"); exit (0); }