Commit 4f844a85 authored by Rusty Russell's avatar Rusty Russell

ccan/noerr: fix compiler warning with const strings.

parent 74257cee
......@@ -9,7 +9,7 @@
int main(int argc, char *argv[])
{
char *name = "noerr.file";
const char *name = "noerr.file";
int fd;
FILE *fp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment