aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r--src/datastore/plugin_datastore_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 16393c23c..31ba09a87 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -339,7 +339,7 @@ init_connection (struct Plugin *plugin)
339 * @return GNUNET_OK on success 339 * @return GNUNET_OK on success
340 */ 340 */
341static int 341static int
342delete_by_rowid (struct Plugin *plugin, unsigned int rowid) 342delete_by_rowid (struct Plugin *plugin, uint32_t rowid)
343{ 343{
344 uint32_t browid; 344 uint32_t browid;
345 const char *paramValues[] = { (const char *) &browid }; 345 const char *paramValues[] = { (const char *) &browid };