]> git.refcnt.org Git - colorize.git/commitdiff
Don't declare errno
authorSteven Schubiger <stsc@refcnt.org>
Fri, 16 May 2014 12:37:00 +0000 (14:37 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 16 May 2014 12:37:00 +0000 (14:37 +0200)
colorize.c

index b7974b1e7f721c284e9edbf5f7471d59860caca9..9ffac2692222fff81774bb605268a2ad086c1a45 100644 (file)
@@ -626,7 +626,7 @@ process_file_arg (const char *file_string, const char **file, FILE **stream)
             FILE *s;
             const char *file = file_string;
             struct stat sb;
-            int errno, ret;
+            int ret;
 
             errno = 0;
             ret = lstat (file, &sb);