diff options
Diffstat (limited to 'lib/strbuf.c')
-rw-r--r-- | lib/strbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/strbuf.c b/lib/strbuf.c index f7f48d3..5bffc65 100644 --- a/lib/strbuf.c +++ b/lib/strbuf.c @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2005-2010 Mark A Lindner + Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. @@ -55,4 +55,3 @@ void strbuf_append(strbuf_t *buf, const char *text) } /* ------------------------------------------------------------------------- */ -/* eof */ |