summaryrefslogtreecommitdiff
path: root/lib/hexify.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hexify.c')
-rw-r--r--lib/hexify.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hexify.c b/lib/hexify.c
index 3705d49..c088cf6 100644
--- a/lib/hexify.c
+++ b/lib/hexify.c
@@ -1,3 +1,4 @@
+/*
# hexify.c: change a binary string to ASCII hex characters.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# 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"