From 002027e4debb4c919faaa7c111df476f2d90561d Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 11 Mar 2015 16:03:06 -0400 Subject: [PATCH] fix typo in comment ;-) --- psycopg/pqpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psycopg/pqpath.c b/psycopg/pqpath.c index c4b5528d..d56952d1 100644 --- a/psycopg/pqpath.c +++ b/psycopg/pqpath.c @@ -1141,7 +1141,7 @@ _pq_fetch_tuples(cursorObject *curs) /* else if we got binary tuples and if we got a field that is binary use the default cast - FIXME: what the hell am I trying to do here? This just can't work.. + FIXME: what the hell am I trying to do here? This just can't work. */ if (pgbintuples && cast == psyco_default_binary_cast) { Dprintf("_pq_fetch_tuples: Binary cursor and "