From: Christos Zoulas Date: Mon, 17 Oct 2005 15:36:22 +0000 (+0000) Subject: remember to close a comment. X-Git-Tag: FILE5_05~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d061fca7a328a6c1f3d97a09a0caddd2dc04205;p=file remember to close a comment. --- diff --git a/src/file.h b/src/file.h index bfc56499..0a465156 100644 --- a/src/file.h +++ b/src/file.h @@ -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 /* Include that here, to make sure __P gets defined */ #include -#include /* For open and flags +#include /* For open and flags */ #ifdef HAVE_STDINT_H #include #endif