summaryrefslogtreecommitdiff
path: root/src/util/Misc.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-23 15:01:19 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-23 15:01:19 +0000
commit22cca4caef2273a7f27cf4538e9184ba32a14a1f (patch)
treeafd2ece16fd58b4707591d6495c842e21dd25beb /src/util/Misc.c
parent47544dc3599a4862f0dea983c764948dcef4a7ff (diff)
Removing compiler warning
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1487 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Misc.c')
-rw-r--r--src/util/Misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Misc.c b/src/util/Misc.c
index cf5c3807..6e0ba1bf 100644
--- a/src/util/Misc.c
+++ b/src/util/Misc.c
@@ -54,7 +54,7 @@ int CCTK_RegexMatch(const char *string,
@@*/
int Util_SplitString(char **before, char **after, const char *string, const char *sep)
{
- int retval;
+ int retval=0;
char *position;
/* Find location of the seperator */