summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-07 16:19:04 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-07 16:19:04 +0100
commitf8d11fc10f41a5c4d8e7e82c24203e136ff6489c (patch)
tree0ac4bc24738397373731e9c19e372f572fcabc22 /src
parent61a19b4b4be9c2543623f9d1e2e69968fae93cce (diff)
downloadexchange-f8d11fc10f41a5c4d8e7e82c24203e136ff6489c.tar.gz
exchange-f8d11fc10f41a5c4d8e7e82c24203e136ff6489c.tar.bz2
exchange-f8d11fc10f41a5c4d8e7e82c24203e136ff6489c.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index e47f2c964..892c7ab9d 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -951,7 +951,7 @@ postgres_prepare (PGconn *db_conn)
",wire"
") VALUES "
"($1, $2, $3, $4, $5, $6, $7, $8, $9, $10,"
- " $11, $12, $12);",
+ " $11, $12);",
12, NULL);
/* Used in #postgres_insert_refund() to store refund information */