Added some comments about Antelope and Coffee.

This commit is contained in:
nvt 2012-10-30 01:56:23 +01:00 committed by Nicolas Tsiftes
parent 31da83d0a3
commit 757a54f63c
6 changed files with 89 additions and 28 deletions

View file

@ -130,7 +130,7 @@ db_print_tuple(db_handle_t *handle)
output("Unable to get the value for row %lu, column %u: %s\n",
(unsigned long)handle->current_row, column,
db_get_result_message(result));
break;
return result;
}
switch(value.domain) {