[hackers] [scc] Fix small typo in cc1/lex.c || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 15 Dec 2015 16:08:16 +0100 (CET)

commit 7d2f47dc7b2267e115019d73a88788d5b313fbb9
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Dec 14 14:15:54 2015 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Dec 14 14:15:54 2015 +0100

    Fix small typo in cc1/lex.c

diff --git a/cc1/lex.c b/cc1/lex.c
index 32d6246..96a71c8 100644
--- a/cc1/lex.c
+++ b/cc1/lex.c
_AT_@ -395,7 +395,7 @@ number(void)
 static char
 escape(void)
 {
- int n, base;
+ int c, base;
 
         switch (*++input->p) {
         case 'a': return '\a';
Received on Tue Dec 15 2015 - 16:08:16 CET

This archive was generated by hypermail 2.3.0 : Tue Dec 15 2015 - 16:12:16 CET