Check-in Number:
|
309 | |
Date: |
2001-Jan-19 09:23:11 (local)
2001-Jan-19 08:23:11 (UTC) |
User: | rse |
Branch: | |
Comment: |
Do not use C++ comments in ANSI C |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/libtext/text.h 1.4 -> 1.5
--- text.h 2000/12/15 17:27:27 1.4
+++ text.h 2001/01/19 08:23:11 1.5
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/libtext/text.h,v $
- $Revision: 1.4 $
+ $Revision: 1.5 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -70,7 +70,7 @@
char * text_find_string(char * buffer, char * string);
#ifdef __cplusplus
-} // end extern "C"
+} /* end extern "C" */
#endif
#endif /* !__LIB_TEXT_H__ */
|
|