projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74257ce
)
ccan/noerr: fix compiler warning with const strings.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 21 Jul 2011 05:20:00 +0000
(14:50 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 21 Jul 2011 05:20:00 +0000
(14:50 +0930)
ccan/noerr/test/run.c
patch
|
blob
|
history
diff --git
a/ccan/noerr/test/run.c
b/ccan/noerr/test/run.c
index 503ba81c52fe74e3f48b2a40d54bb9288e9b9d71..d5d48584952abfcd82401a7bd45e16ca9fc0af22 100644
(file)
--- a/
ccan/noerr/test/run.c
+++ b/
ccan/noerr/test/run.c
@@
-9,7
+9,7
@@
int main(int argc, char *argv[])
{
- char *name = "noerr.file";
+ c
onst c
har *name = "noerr.file";
int fd;
FILE *fp;