Do not use C++ comments in ANSI C
This commit is contained in:
parent
24bae40be7
commit
80f283f8ee
@ -70,7 +70,7 @@ char * text_find_next_line(char *);
|
||||
char * text_find_string(char * buffer, char * string);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // end extern "C"
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* !__LIB_TEXT_H__ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user