diff options
Diffstat (limited to 'src/cklist.c')
-rw-r--r-- | src/cklist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cklist.c b/src/cklist.c index e142feb..2fdfa07 100644 --- a/src/cklist.c +++ b/src/cklist.c @@ -1,4 +1,4 @@ -/* cklist.h - Custom list data structure for ck ------------------------*- C -*- +/* cklist.h - List data structure for ck -------------------------------*- C -*- * * This file is part of ck, the config keeper * @@ -8,7 +8,6 @@ * GPLv3 (see LICENCE for the full notice) * * -------------------------------------------------------------------------- */ - #include "cklist.h" #include "ckutil.h" |