]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/myingres.sc
Fix typo
[bacula/bacula] / bacula / src / cats / myingres.sc
index 9c65d64164b3a6fc8b8d4d23d45268227f38d84e..43dfc58de6857cdfb39deb0828ab2117f59ab8ad 100644 (file)
@@ -473,7 +473,7 @@ int INGgetisnull(INGresult *res, int row_number, int column_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)