summaryrefslogtreecommitdiff
path: root/pk/pk_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk_input.c')
-rw-r--r--pk/pk_input.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pk/pk_input.c b/pk/pk_input.c
index 336834d..f080698 100644
--- a/pk/pk_input.c
+++ b/pk/pk_input.c
@@ -1,3 +1,4 @@
+/*
# pk_input.c: read from any number of PK files.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,13 +16,17 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+/*
# The basic idea is to
# read the entire file into memory the first time the client asks for a
# character. Since PK files tend to be quite small, this does not use
# an enormous amount of memory. But we only bother to unpack a
# character's bitmap when the client asks for that particular
# character.
+*/
+
#include "config.h"