chase down a runaway else

This commit is contained in:
Bill Currie 2007-03-31 15:26:58 +00:00 committed by Jeff Teunissen
parent 90129fc4ec
commit 5e98c49188
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ intermediate_file (dstring_t *ifile, const char *filename, const char *ext,
dsprintf (ifile, "%s.%s", temp, ext);
}
free (basename);
} if (local) {
} else if (local) {
char *temp2 = strrchr (this_program, PATH_SEPARATOR);
dsprintf (ifile, "%sXXXXXX", temp2 ? temp2 + 1 : this_program);
} else {