Skip to content

Commit

Permalink
Forgotten return.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyanaga committed Apr 2, 2012
1 parent 512bdb6 commit 660effe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console.xs
Expand Up @@ -98,7 +98,7 @@ void Groonga::clear_errors() {

bool Groonga::is_connected() {
// Check if database opened.
database != NULL? TRUE: FALSE;
return database != NULL? TRUE: FALSE;
}

void Groonga::console( strings &input, strings &output ) {
Expand Down

0 comments on commit 660effe

Please sign in to comment.