Browse Source

cosmetic stuff

Jan Janak 23 years ago
parent
commit
fa6df29c82
1 changed files with 3 additions and 3 deletions
  1. 3 3
      parser/parse_fline.h

+ 3 - 3
parser/parse_fline.h

@@ -2,8 +2,8 @@
  * $Id$
  */
 
-#ifndef PARSE_FLINE
-#define PARSE_FLINE
+#ifndef PARSE_FLINE_H
+#define PARSE_FLINE_H
 
 #include "../str.h"
 
@@ -53,4 +53,4 @@ char* parse_first_line(char* buffer, unsigned int len, struct msg_start * fl);
 char* parse_fline(char* buffer, char* end, struct msg_start* fl);
 
 
-#endif
+#endif /* PARSE_FLINE_H */