summaryrefslogtreecommitdiff
path: root/src/encoding.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2021-04-09 19:16:51 +0000
committerChristos Zoulas <christos@zoulas.com>2021-04-09 19:16:51 +0000
commitf7705dca0be7aacc8ce96d842860c419f755c26e (patch)
tree6fba489bba61d779686dfb4d6599929fde289cf2 /src/encoding.c
parent3096f87f823e1e936139e48d6a3bae9a95557861 (diff)
downloadfile-git-f7705dca0be7aacc8ce96d842860c419f755c26e.tar.gz
fix previous (cast >>)
Diffstat (limited to 'src/encoding.c')
-rw-r--r--src/encoding.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/encoding.c b/src/encoding.c
index 691e3e16..0fb1f47b 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -1,5 +1,3 @@
-/* $NetBSD: encoding.c,v 1.1.1.13 2021/04/09 18:58:01 christos Exp $ */
-
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
@@ -37,11 +35,7 @@
#include "file.h"
#ifndef lint
-#if 0
-FILE_RCSID("@(#)$File: encoding.c,v 1.29 2021/04/09 19:16:19 christos Exp $")
-#else
-__RCSID("$NetBSD: encoding.c,v 1.1.1.13 2021/04/09 18:58:01 christos Exp $");
-#endif
+FILE_RCSID("@(#)$File: encoding.c,v 1.30 2021/04/09 19:16:51 christos Exp $")
#endif /* lint */
#include "magic.h"