From 1f845ebebfa2c166a24f84a1aa3d2823a759ac9c Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 18 Sep 2000 20:16:22 +0000 Subject: Fixed syntax error from my latest commit. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@67 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- src/OutputInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OutputInfo.c b/src/OutputInfo.c index c7b79a5..b077375 100644 --- a/src/OutputInfo.c +++ b/src/OutputInfo.c @@ -325,7 +325,7 @@ int IOBasic_TimeForInfo (cGH *GH, int index) } else { - return_type = 1; + retval = 1; } } -- cgit v1.2.3