Skip to content

Commit

Permalink
Remove return statement from void function
Browse files Browse the repository at this point in the history
  • Loading branch information
igstan committed May 9, 2012
1 parent d2105a2 commit 3a55506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/SQLite3/source/IoSQLite3.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ void IoSQLite3_justOpen(IoSQLite3 *self)

sqlite3_busy_handler(DATA(self)->db, IoSQLite3_busyHandler, self);
sqlite3_busy_timeout(DATA(self)->db, DATA(self)->timeoutSeconds * 1000);
return self;
}


Expand Down

0 comments on commit 3a55506

Please sign in to comment.