diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 06f801764b6..6323a35c91c 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -240,7 +240,7 @@ NoticeProcessor(void *arg, const char *message) * fgets are coded to handle possible interruption. * * On Windows, currently this does not work, so control-C is less useful - * there, and the callback is just a no-op. + * there. */ volatile bool sigint_interrupt_enabled = false; |