]> granicus.if.org Git - file/commitdiff
remember to close a comment.
authorChristos Zoulas <christos@zoulas.com>
Mon, 17 Oct 2005 15:36:22 +0000 (15:36 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 17 Oct 2005 15:36:22 +0000 (15:36 +0000)
src/file.h

index bfc56499ab992adc027c0f7090dff890eb66072d..0a465156944751ed16ee5de807deb105eae49373 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$Id: file.h,v 1.71 2005/10/17 15:31:10 christos Exp $
+ * @(#)$Id: file.h,v 1.72 2005/10/17 15:36:22 christos Exp $
  */
 
 #ifndef __file_h__
@@ -39,7 +39,7 @@
 
 #include <stdio.h>     /* Include that here, to make sure __P gets defined */
 #include <errno.h>
-#include <fcntl.h>     /* For open and flags
+#include <fcntl.h>     /* For open and flags */
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif