File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ ECPGnoticeProcessor_raise(int code, const char *message)
118
118
sqlca .sqlerrm .sqlerrmc [sizeof (sqlca .sqlerrm .sqlerrmc )- 1 ]= 0 ;
119
119
sqlca .sqlerrm .sqlerrml = strlen (sqlca .sqlerrm .sqlerrmc );
120
120
121
- // remove trailing newline
121
+ /* remove trailing newline */
122
122
if (sqlca .sqlerrm .sqlerrml
123
123
&& sqlca .sqlerrm .sqlerrmc [sqlca .sqlerrm .sqlerrml - 1 ]== '\n' )
124
124
{
@@ -201,7 +201,7 @@ ECPGnoticeProcessor(void *arg, const char *message)
201
201
return ;
202
202
203
203
/* NOTICE: QUERY PLAN: */
204
- if (!strncmp (message ,"QUERY PLAN:" ,11 )) // do we really see these?
204
+ if (!strncmp (message ,"QUERY PLAN:" ,11 )) /* do we really see these? */
205
205
return ;
206
206
207
207
/* NOTICE: DROP TABLE implicitly drops referential integrity trigger from table "*" */
You can’t perform that action at this time.
0 commit comments