summaryrefslogtreecommitdiff
path: root/lib/line.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/line.c')
-rw-r--r--lib/line.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/line.c b/lib/line.c
index 4121ebb..88aec97 100644
--- a/lib/line.c
+++ b/lib/line.c
@@ -1,3 +1,4 @@
+/*
# line.c: return the next line from a file, or NULL.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+
#include "config.h"