Browse Source

Revert "iniialize global bottom explizit with NULL"

This reverts commit 0734cb7680bed852a4fed4ca8eced9ad9b69c53f.
Jochen Sprickerhof 6 years ago
parent
commit
a7570270a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scroll.c

+ 1 - 1
scroll.c

@@ -49,7 +49,7 @@ struct line {
 	size_t size;
 	size_t size;
 	size_t len;
 	size_t len;
 	char *buf;
 	char *buf;
-} *bottom = NULL;
+} *bottom;
 
 
 pid_t child;
 pid_t child;
 int mfd;
 int mfd;