From 886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Mar 2014 01:34:42 -0400 Subject: C comments: remove odd blank lines after #ifdef WIN32 lines --- src/port/sprompt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/port/sprompt.c') diff --git a/src/port/sprompt.c b/src/port/sprompt.c index 38d7628a60..4120acf914 100644 --- a/src/port/sprompt.c +++ b/src/port/sprompt.c @@ -57,7 +57,6 @@ simple_prompt(const char *prompt, int maxlen, bool echo) return NULL; #ifdef WIN32 - /* * A Windows console has an "input code page" and an "output code page"; * these usually match each other, but they rarely match the "Windows ANSI @@ -86,7 +85,6 @@ simple_prompt(const char *prompt, int maxlen, bool echo) #endif if (!termin || !termout #ifdef WIN32 - /* * Direct console I/O does not work from the MSYS 1.0.10 console. Writes * reach nowhere user-visible; reads block indefinitely. XXX This affects -- cgit v1.2.1