summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/file/file.h')
-rw-r--r--usr.bin/file/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h
index 12d5c6f..a92c9ff 100644
--- a/usr.bin/file/file.h
+++ b/usr.bin/file/file.h
@@ -1,6 +1,6 @@
/*
* file.h - definitions for file(1) program
- * @(#)$Id: file.h,v 1.19 1994/05/03 17:58:23 christos Exp $
+ * @(#)$Id: file.h,v 1.1.1.1 1994/09/03 19:16:23 csgr Exp $
*
* Copyright (c) Ian F. Darwin, 1987.
* Written by Ian F. Darwin.
@@ -32,7 +32,7 @@
#define MAXstring 32 /* max leng of "string" types */
struct magic {
- short flag;
+ short flag;
#define INDIR 1 /* if '>(...)' appears, */
#define UNSIGNED 2 /* comparison is unsigned */
short cont_level; /* level of ">" */
OpenPOWER on IntegriCloud