浏览代码

- parameter name corrected

Jan Janak 17 年之前
父节点
当前提交
840c3fd6ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 
 /** @} */