diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-28 13:39:59 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-28 13:39:59 +0100 |
commit | 78deb3ce82f7db6cedb7d3ce39998a8747cf6346 (patch) | |
tree | 6a4a09ae6d89ef4ad4ac377f3594adb9c50d2960 | |
parent | b248e11abde401c8712eae6a8153c446867091cd (diff) | |
download | pacredir-78deb3ce82f7db6cedb7d3ce39998a8747cf6346.tar.gz pacredir-78deb3ce82f7db6cedb7d3ce39998a8747cf6346.tar.zst |
remove comment about example
-rw-r--r-- | config.def.h | 2 | ||||
-rw-r--r-- | pacredir.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 1863fb4..bb29921 100644 --- a/config.def.h +++ b/config.def.h @@ -3,8 +3,6 @@ * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. - * - * This is an example code skeleton provided by vim-skeleton. */ #ifndef _CONFIG_H @@ -3,8 +3,6 @@ * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. - * - * This is an example code skeleton provided by vim-skeleton. */ #include <assert.h> |