From fe727c18f596947d648d3f393bb20af1d329343b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 13 Oct 2017 15:25:12 +0000 Subject: [PATCH] Fix comments (Joerg Jenderek) --- src/is_tar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/is_tar.c b/src/is_tar.c index 1953a7fc..4b18a8a0 100644 --- a/src/is_tar.c +++ b/src/is_tar.c @@ -40,7 +40,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: is_tar.c,v 1.39 2017/03/17 20:45:01 christos Exp $") +FILE_RCSID("@(#)$File: is_tar.c,v 1.40 2017/10/13 15:25:12 christos Exp $") #endif #include "magic.h" @@ -53,10 +53,10 @@ FILE_RCSID("@(#)$File: is_tar.c,v 1.39 2017/03/17 20:45:01 christos Exp $") private int is_tar(const unsigned char *, size_t); private int from_oct(const char *, size_t); /* Decode octal number */ -static const char tartype[][32] = { - "tar archive", +static const char tartype[][32] = { /* should be equal to messages */ + "tar archive", /* found in ../magic/Magdir/archive */ "POSIX tar archive", - "POSIX tar archive (GNU)", + "POSIX tar archive (GNU)", /* */ }; protected int -- 2.40.0