misc: correctly proceed to thread-deletion in rb79-delete-post
commita810a4c9436f03e0c4d84d03e6f408fa5caa6d36
authorDe Rais <derais@cock.li>
Sat, 16 May 2020 05:32:06 +0000 (16 01:32 -0400)
committerDe Rais <derais@cock.li>
Sat, 16 May 2020 05:32:06 +0000 (16 01:32 -0400)
tree447fdc51974d9a0308ef8977d11b061e375b6fb8
parent7ade85bafcce60b7356845785b9beb26d1b21b7b
misc: correctly proceed to thread-deletion in rb79-delete-post

The sqlite3 boilerplate accidentally forced the code into a redundant
post deletion attempt, which caused a quick exit instead of a thread
deletion.

Also reformat.
API
LICENSE
db-sqlite3.c