X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/4b4feda25fa71fa0e695206bff02c90613b1f7a8..0c5417d5f47201c1b423dd9bb710ccfde06417da:/common.c diff --git a/common.c b/common.c index 1bc1102..747111b 100644 --- a/common.c +++ b/common.c @@ -4,7 +4,7 @@ #include #include -const char *FILENAME = "tl.log"; +const char *const FILENAME = "tl.log"; void die(const char *message) { fputs(message, stderr);