Explorar o código

- some small doxygen error fixes

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4517 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt %!s(int64=17) %!d(string=hai) anos
pai
achega
e4998f77b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/srdb1/db.h

+ 1 - 1
lib/srdb1/db.h

@@ -366,7 +366,7 @@ int db_table_version(const db_func_t* dbf, db_con_t* con, const str* table);
  * \param dbf database module callbacks
  * \param dbh database connection handle
  * \param table checked table
- * \param \version checked version
+ * \param version checked version
  * \return 0 means ok, -1 means an error occured
  */
 int db_check_table_version(db_func_t* dbf, db_con_t* dbh, const str* table, const unsigned int version);