projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
782e818
)
formatting changes
author
Theophile Ranquet
<theophile.ranquet@gmail.com>
Mon, 1 Oct 2012 15:01:01 +0000
(15:01 +0000)
committer
Akim Demaille
<akim@lrde.epita.fr>
Mon, 1 Oct 2012 13:45:09 +0000
(15:45 +0200)
* src/complain.c: Here.
Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
src/complain.c
patch
|
blob
|
history
diff --git
a/src/complain.c
b/src/complain.c
index
ddd4156
..
c0de06d
100644
(file)
--- a/
src/complain.c
+++ b/
src/complain.c
@@
-90,8
+90,8
@@
error_message (const location *loc, warnings flags, const char *prefix,
if (loc)
pos += location_print (stderr, *loc);
else
- pos += fprintf(stderr, "%s", current_file ? current_file : program_name);
- pos += fprintf(stderr, ": ");
+ pos += fprintf
(stderr, "%s", current_file ? current_file : program_name);
+ pos += fprintf
(stderr, ": ");
if (indent_ptr)
{