git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2297 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-14 12:41:37 +00:00
parent ec3107fb75
commit 2b27ff3e9d
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ doit(char *filename, int merge)
if(*p == '\\')
p++;
else if(isspace(*p)) {
*p == 0;
*p = 0;
break;
}
}

View File

@@ -46,7 +46,7 @@ doit(char *filename, int merge)
if(*p == '\\')
p++;
else if(isspace(*p)) {
*p == 0;
*p = 0;
break;
}
}