From 275bc7653cd6f05c41f30c5e3c27840ccc8a840b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 2 Oct 2000 11:47:30 +0000 Subject: [PATCH] Add trailing newline in tree234.h git-svn-id: http://svn.tartarus.org/sgt/putty@659 cda61777-01e9-0310-a592-d414129be87e --- tree234.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree234.h b/tree234.h index 6675e982..3ccacddb 100644 --- a/tree234.h +++ b/tree234.h @@ -66,4 +66,4 @@ void del234(tree234 *t, void *e); void *first234(tree234 *t, enum234 *e); void *next234(enum234 *e); -#endif /* TREE234_H */ \ No newline at end of file +#endif /* TREE234_H */ -- 2.45.2