Browse Source

- some small doxygen error fixes

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4517 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 years ago
parent
commit
e4998f77b1
1 changed files with 1 additions and 1 deletions
  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 dbf database module callbacks
  * \param dbh database connection handle
  * \param dbh database connection handle
  * \param table checked table
  * \param table checked table
- * \param \version checked version
+ * \param version checked version
  * \return 0 means ok, -1 means an error occured
  * \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);
 int db_check_table_version(db_func_t* dbf, db_con_t* dbh, const str* table, const unsigned int version);