diff options
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r-- | src/datastore/plugin_datastore_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index 16393c23c2..31ba09a871 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -339,7 +339,7 @@ init_connection (struct Plugin *plugin) * @return GNUNET_OK on success */ static int -delete_by_rowid (struct Plugin *plugin, unsigned int rowid) +delete_by_rowid (struct Plugin *plugin, uint32_t rowid) { uint32_t browid; const char *paramValues[] = { (const char *) &browid }; |