From 9ea172dd5561583f4a3e1f0ea1d86e08a6eaa4ff Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 28 Jun 2011 02:01:41 -0400 Subject: [PATCH] A long overdue scan to eliminate files without terminating newlines. (DrRacket should really do that.) --- cord/de_win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cord/de_win.h b/cord/de_win.h index 57a47b45..ab29891d 100644 --- a/cord/de_win.h +++ b/cord/de_win.h @@ -100,4 +100,4 @@ void invalidate_line(int line); /* Invalidate line i on the screen. */ void de_error(char *s); - /* Display error message. */ \ No newline at end of file + /* Display error message. */ -- 2.40.0