diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:05:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:05:22 +0000 |
commit | 6aab712cb4220c5a8471ba581c06676af19fae07 (patch) | |
tree | 2f343d11a00563fc5efd4baf81c082f280db4f96 /src/includes/strlist.h | |
parent | b054a7251b91e2b95290dfd3760f942186c2d864 (diff) |
strip trailing newlines
Diffstat (limited to 'src/includes/strlist.h')
-rw-r--r-- | src/includes/strlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/includes/strlist.h b/src/includes/strlist.h index 3abe44ff..0669e22f 100644 --- a/src/includes/strlist.h +++ b/src/includes/strlist.h @@ -1,10 +1,10 @@ /* - strlist.h + strlist.h String list macros for making char ** arrays Based on a previous implementation by Martin Schlemmer */ -/* +/* * Copyright 2007 Roy Marples * All rights reserved |