Update.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 24 Jan 2013 15:57:22 +0000 (16:57 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 24 Jan 2013 15:57:22 +0000 (16:57 +0100)
Makefile
mymail.c

index 6fdb732..36a2ac5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
 BINARY_PATH = $(DESTDIR)/usr/bin
 MAN_PATH = $(DESTDIR)/usr/share/man/man1
 
-LDFLAGS=-lcurses
+LDFLAGS=
 
 UNAME=\"$(shell uname -srmn)\"
 
index c24c701..ba446d2 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -67,9 +67,7 @@ void usage(FILE *out) {
 }
 
 void read_file(const char *input_filename) {
-
   char raw_line[BUFFER_SIZE];
-  char *s;
   FILE *file;
   int in_header;