sim/testsuite/cris/c/stat3.c: Fix formatting nit
* c/stat3.c (main): Fix formatting nit.
This commit is contained in:
parent
d0b2f561a1
commit
7443cb7479
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ int main (int argc, char *argv[])
|
|||
char path[1024] = "/";
|
||||
struct stat buf;
|
||||
|
||||
strcat (path, mybasename(argv[0]));
|
||||
strcat (path, mybasename (argv[0]));
|
||||
if (stat (".", &buf) != 0
|
||||
|| !S_ISDIR (buf.st_mode))
|
||||
abort ();
|
||||
|
|
Loading…
Add table
Reference in a new issue