summaryrefslogtreecommitdiff
path: root/pk/pk_input.c
diff options
context:
space:
mode:
authorstyluseater <styluseater>2011-03-04 02:23:50 +0000
committerstyluseater <styluseater>2011-03-04 02:23:50 +0000
commit23b3072de3bd7d50b1ebf31ac908b7988cbeb835 (patch)
tree7a7405b07a6a5657f3d32417ec9788434b3e4539 /pk/pk_input.c
parent64e484ca714cd4d928cf47a6556745a62de09c65 (diff)
downloadfontutils-23b3072de3bd7d50b1ebf31ac908b7988cbeb835.tar.gz
Fix stupid comment errors on almost every file. Fix license on a few files.
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"