shithub: scc

Download patch

ref: dc0035fa5a4e1b213a747a79820812551edd837f
parent: 0da5637da083a7e827d63fac3701de2e768aea54
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Feb 11 11:56:33 EST 2019

[size] Add static function modifiers

--- a/src/cmd/size.c
+++ b/src/cmd/size.c
@@ -36,7 +36,7 @@
 	status = EXIT_FAILURE;
 }
 
-void
+static void
 newobject(FILE *fp, int type)
 {
 	int n, i;;