#i10000# Sparse semicolon removed to avoid warning 'syntax error: empty declaration'.

This commit is contained in:
Rüdiger Timm 2006-10-31 14:04:28 +00:00
parent a165388372
commit 926b9ce75d

View file

@ -810,5 +810,5 @@ char* append_slash(path)
strcat(new_string, "/");
};
return new_string;
};
}