diff options
Diffstat (limited to 'src/interfaces/ecpg/lib/data.c')
-rw-r--r-- | src/interfaces/ecpg/lib/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/lib/data.c b/src/interfaces/ecpg/lib/data.c index e9b01c385e9..b7398caf6d7 100644 --- a/src/interfaces/ecpg/lib/data.c +++ b/src/interfaces/ecpg/lib/data.c @@ -185,7 +185,7 @@ get_data(PGresult *results, int act_tuple, int act_field, int lineno, } else if (pval[0] == '\0' && PQgetisnull(results, act_tuple, act_field)) { - // NULL is valid + /* NULL is valid */ break; } } |