shithub: scc

Download patch

ref: 1734378ecd88d19b9345de63466e57d8db6d70a9
parent: 2294afff84df612d024afbd55809541d7e788099
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Jan 4 10:03:06 EST 2019

[nm] Use EXIT_FAILURE instead of 1

It is more portable.

--- a/src/nm/nm.c
+++ b/src/nm/nm.c
@@ -34,7 +34,7 @@
 	putc('\n', stderr);
 	va_end(va);
 
-	status = 1;
+	status = EXIT_FAILURE;
 }
 
 static int