Fossil SCM

Remove superfluous include and add a missing blank line.

mistachkin 2014-06-17 20:16 UTC autoadjust
Commit 4c194957c8107d27d9845dbddc95ad71deb8c8bf
1 file changed +1 -1
+1 -1
--- src/comformat.c
+++ src/comformat.c
@@ -21,11 +21,10 @@
2121
#include "config.h"
2222
#include "comformat.h"
2323
#include <assert.h>
2424
#ifdef _WIN32
2525
# include <windows.h>
26
-# include <wincon.h>
2726
#else
2827
# include <termios.h>
2928
#endif
3029
3130
/*
@@ -41,10 +40,11 @@
4140
int si, sk, i, k;
4241
int doIndent = 0;
4342
char *zBuf;
4443
char zBuffer[400];
4544
int lineCnt = 0;
45
+
4646
#if defined(_WIN32)
4747
if( lineLength<0 ){
4848
CONSOLE_SCREEN_BUFFER_INFO csbi;
4949
memset(&csbi, 0, sizeof(CONSOLE_SCREEN_BUFFER_INFO));
5050
if( GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &csbi) ){
5151
--- src/comformat.c
+++ src/comformat.c
@@ -21,11 +21,10 @@
21 #include "config.h"
22 #include "comformat.h"
23 #include <assert.h>
24 #ifdef _WIN32
25 # include <windows.h>
26 # include <wincon.h>
27 #else
28 # include <termios.h>
29 #endif
30
31 /*
@@ -41,10 +40,11 @@
41 int si, sk, i, k;
42 int doIndent = 0;
43 char *zBuf;
44 char zBuffer[400];
45 int lineCnt = 0;
 
46 #if defined(_WIN32)
47 if( lineLength<0 ){
48 CONSOLE_SCREEN_BUFFER_INFO csbi;
49 memset(&csbi, 0, sizeof(CONSOLE_SCREEN_BUFFER_INFO));
50 if( GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &csbi) ){
51
--- src/comformat.c
+++ src/comformat.c
@@ -21,11 +21,10 @@
21 #include "config.h"
22 #include "comformat.h"
23 #include <assert.h>
24 #ifdef _WIN32
25 # include <windows.h>
 
26 #else
27 # include <termios.h>
28 #endif
29
30 /*
@@ -41,10 +40,11 @@
40 int si, sk, i, k;
41 int doIndent = 0;
42 char *zBuf;
43 char zBuffer[400];
44 int lineCnt = 0;
45
46 #if defined(_WIN32)
47 if( lineLength<0 ){
48 CONSOLE_SCREEN_BUFFER_INFO csbi;
49 memset(&csbi, 0, sizeof(CONSOLE_SCREEN_BUFFER_INFO));
50 if( GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &csbi) ){
51

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button