소스 검색

Revert "iniialize global bottom explizit with NULL"

This reverts commit 0734cb7680bed852a4fed4ca8eced9ad9b69c53f.
Jochen Sprickerhof 6 년 전
부모
커밋
a7570270a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scroll.c

+ 1 - 1
scroll.c

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