]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/myingres.c
Fix typo
[bacula/bacula] / bacula / src / cats / myingres.c
index 620ba9f5dca982fd71762a3fb3faf8860f8ab0c4..c222928991fda82805b5543cd4901b18e6bf8971 100644 (file)
@@ -445,7 +445,7 @@ int INGgetisnull(INGresult *res, int row_number, int column_number)
    if (row_number != res->act_row->row_number) {
       INGrowSeek(res, row_number);
    }
-   return (*res->act_row->sqlvar[column_number].sqlind == -1) 1 : 0;
+   return (*res->act_row->sqlvar[column_number].sqlind == -1) 1 : 0;
 }
 int INGntuples(const INGresult *res)
 {