Explorar o código

userblocklist: fix function comment, related to gh #3102

(cherry picked from commit a21c929a389c6e5f85e9166d01adb0d474c6ebaf)
Henning Westerholt %!s(int64=3) %!d(string=hai) anos
pai
achega
616026b488
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/userblocklist/db_userblocklist.c

+ 1 - 1
src/modules/userblocklist/db_userblocklist.c

@@ -61,7 +61,7 @@ void userblocklist_db_close(void) {
 
 
 /*!
- * Initialises the DB API, check the table version and closes the connection.
+ * Initialises the DB API and check the table version.
  * This should be called from the mod_init function.
  *
  * \return 0 means ok, -1 means an error occurred.