diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-08-14 09:16:28 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-08-14 09:19:23 +0200 |
| commit | 46f786c23dbf1cd6c179903cab42c4f3c024710c (patch) | |
| tree | 457169236a6f569a8dac736fa176781319b9109f | |
| parent | 27500a9c688029d1cd3b563e8d19df245545a05a (diff) | |
| download | vis-46f786c23dbf1cd6c179903cab42c4f3c024710c.tar.gz vis-46f786c23dbf1cd6c179903cab42c4f3c024710c.tar.xz | |
Rename files editor.[ch] -> text.[ch]
| -rw-r--r-- | text.c (renamed from editor.c) | 2 | ||||
| -rw-r--r-- | text.h (renamed from editor.h) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include <sys/stat.h> #include <sys/mman.h> -#include "editor.h" +#include "text.h" #define MAX(a, b) ((a) < (b) ? (b) : (a)) #define MIN(a, b) ((a) > (b) ? (b) : (a)) |
