summaryrefslogtreecommitdiff
path: root/psycopg/utils.c
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-26 04:57:07 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-26 04:57:07 +0100
commite9577e9b890fd9a27bb146e8ea1c24eb562f28b2 (patch)
tree5c5681e11b06d5cfb528219aaee05fe59b1b7ef4 /psycopg/utils.c
parentc46b6ea719b8a1cd97ed0161de6b6e31e0319d2b (diff)
parentffeb7001ebfaab34613ce604a509dfa1de193b80 (diff)
downloadpsycopg2-e9577e9b890fd9a27bb146e8ea1c24eb562f28b2.tar.gz
Merge branch 'named-callproc'
Diffstat (limited to 'psycopg/utils.c')
-rw-r--r--psycopg/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/psycopg/utils.c b/psycopg/utils.c
index c518cc5..bc6f7be 100644
--- a/psycopg/utils.c
+++ b/psycopg/utils.c
@@ -123,6 +123,7 @@ exit:
return rv;
}
+
/* Duplicate a string.
*
* Allocate a new buffer on the Python heap containing the new string.