]> git.scottworley.com Git - tl-append/blobdiff - common.c
appease clang-tidy: More const
[tl-append] / common.c
index 1bc1102c001aa023d4eea1e9ebc0dda0ff516d05..747111beda28fd79d89060ba7aa6959e5bc6f423 100644 (file)
--- a/common.c
+++ b/common.c
@@ -4,7 +4,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-const char *FILENAME = "tl.log";
+const char *const FILENAME = "tl.log";
 
 void die(const char *message) {
   fputs(message, stderr);