Make comment match reality: ascmagic no longer matches keywords.
authorReuben Thomas <rrt@sc3d.org>
Sat, 12 Mar 2011 18:13:54 +0000 (18:13 +0000)
committerReuben Thomas <rrt@sc3d.org>
Sat, 12 Mar 2011 18:13:54 +0000 (18:13 +0000)
src/ascmagic.c

index d3738a4d8a358ba601d31f8c37843332b5011d88..c1c6650e899826fea3714ae80cb7c39ccdc714e5 100644 (file)
@@ -26,8 +26,7 @@
  * SUCH DAMAGE.
  */
 /*
- * ASCII magic -- file types that we know based on keywords
- * that can appear anywhere in the file.
+ * ASCII magic -- try to detect text encoding.
  *
  * Extensively modified by Eric Fischer <enf@pobox.com> in July, 2000,
  * to handle character codes other than ASCII on a unified basis.
@@ -36,7 +35,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: ascmagic.c,v 1.78 2011/02/03 01:43:33 christos Exp $")
+FILE_RCSID("@(#)$File: ascmagic.c,v 1.79 2011/02/10 02:22:58 christos Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -277,7 +276,7 @@ subtype_identified:
                                break;
                        }
                }
-                               
+
                if (file_printf(ms, "%s", code) == -1)
                        goto done;