projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b2f56
)
sim/testsuite/cris/c/stat3.c: Fix formatting nit
author
Hans-Peter Nilsson
<hp@axis.com>
Wed, 16 Feb 2022 06:32:00 +0000
(07:32 +0100)
committer
Hans-Peter Nilsson
<hp@bitrange.com>
Wed, 16 Feb 2022 06:38:38 +0000
(07:38 +0100)
* c/stat3.c (main): Fix formatting nit.
sim/testsuite/cris/c/stat3.c
patch
|
blob
|
history
diff --git
a/sim/testsuite/cris/c/stat3.c
b/sim/testsuite/cris/c/stat3.c
index f7c96045832c143ddf89aee5ed4ad180fd653f57..321da1b2bd6131ad95087e5a9d40ae0d82786851 100644
(file)
--- a/
sim/testsuite/cris/c/stat3.c
+++ b/
sim/testsuite/cris/c/stat3.c
@@
-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 ();