Browse Source

- parameter name corrected

Jan Janak 17 years ago
parent
commit
840c3fd6ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/db_postgres/pg_res.h

+ 1 - 1
modules/db_postgres/pg_res.h

@@ -51,7 +51,7 @@ struct pg_res {
     int row, rows;
 };
 
-int pg_res(db_res_t* cmd);
+int pg_res(db_res_t* res);
 
 /** @} */