From 80f283f8ee6dfafac047432fc0a480620d23c3c5 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 19 Jan 2001 08:23:11 +0000 Subject: [PATCH] Do not use C++ comments in ANSI C --- libtext/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ */