fix stripped sl
This commit is contained in:
parent
6688f763ca
commit
729cbf2c2f
|
@ -9,5 +9,5 @@
|
|||
CC=gcc
|
||||
CFLAGS=-O
|
||||
|
||||
sl: sl.c sl.h
|
||||
sl: sl.c
|
||||
$(CC) $(CFLAGS) -o sl sl.c -lncurses
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#include <curses.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include "sl.h"
|
||||
|
||||
int my_mvaddstr(int y, int x, char *str) {
|
||||
for ( ; x < 0; ++x, ++str)
|
||||
|
|
Loading…
Reference in New Issue
Block a user