diff --git a/libtext/text.h b/libtext/text.h index 11c3afd..446a91f 100644 --- a/libtext/text.h +++ b/libtext/text.h @@ -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__ */