commit 887b457af2a5a8df7c9ea2faf323a799caf77a26 parent 927b3c28fa58faec19e631eebb38fea21bf805cb Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 28 Jun 2012 15:46:26 +0200 silence warning Diffstat:
nlsplit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nlsplit.c b/nlsplit.c @@ -147,7 +147,7 @@ int split() { int hd = 0, tl = 0; /* current and last character */ - char c, last = 0; + char c = 0, last = 0; /* for eof detection */ int c_int;