]> git.sur5r.net Git - tio/blobdiff - src/log.c
New upstream version 1.34
[tio] / src / log.c
index 0bad55d69dd9028b6dfaf7f4038e2cb273a730ff..9b2c15e4bb4eeccb0568781269bee6e5cf87f85b 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -1,7 +1,7 @@
 /*
- * tio - a simple TTY terminal I/O application
+ * tio - a simple TTY terminal I/O tool
  *
- * Copyright (c) 2014-2017  Martin Lund
+ * Copyright (c) 2014-2022  Martin Lund
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -24,9 +24,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include "tio/options.h"
-#include "tio/print.h"
-#include "tio/error.h"
+#include "options.h"
+#include "print.h"
+#include "error.h"
 
 static FILE *fp;
 static bool log_error = false;