aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-09-18 20:16:22 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-09-18 20:16:22 +0000
commit1f845ebebfa2c166a24f84a1aa3d2823a759ac9c (patch)
treef57b3d48ffef463894ac4da72a0caf64d7040d6b
parente8f24ec4a38e4056962229c37ed2e4ed8cbbc611 (diff)
Fixed syntax error from my latest commit.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@67 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--src/OutputInfo.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}