Explorar el Código

- parameter name corrected

Jan Janak hace 17 años
padre
commit
840c3fd6ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 
 /** @} */