Browse Source

cosmetic changes

Jan Janak 23 years ago
parent
commit
a31f23f2c4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      parser/parse_hostport.h
  2. 1 1
      parser/parser_f.h

+ 1 - 1
parser/parse_hostport.h

@@ -9,4 +9,4 @@
 
 
 char* parse_hostport(char* buf, str* host, short int* port);
 char* parse_hostport(char* buf, str* host, short int* port);
 
 
-#endif
+#endif /* PARSE_HOSTPORT_H */

+ 1 - 1
parser/parser_f.h

@@ -41,4 +41,4 @@ inline static int is_empty_end(char* p, char* pend )
 }
 }
 
 
 
 
-#endif
+#endif /* parser_f_h */