targ.h: add missing newline at end of file - ve - a minimal text editor (work in progress)
HTML git clone git://src.adamsgaard.dk/ve
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit dc18d4146db9eb1be1f54cf8d773ba43c7d10e3f
DIR parent 09b9948491c21ece22a976c7f2599ece5d049b56
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 24 Jan 2021 15:24:09 +0100
arg.h: add missing newline at end of file
Diffstat:
M arg.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/arg.h b/arg.h
t@@ -47,4 +47,4 @@ extern char *argv0;
#define EARGF(x) ARGF_(((x), exit(1), (char *)0))
#define ARGF() ARGF_((char *)0)
-#endif
-\ No newline at end of file
+#endif