changeset 327:a50d2c0f96ed

Fix typo.
author Rob Landley <rob@landley.net>
date Sun, 30 Nov 2008 20:42:16 -0600
parents 531b4d716460
children 48e0f1f45181
files toys/uname.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/uname.c	Thu Nov 27 07:31:34 2008 -0600
+++ b/toys/uname.c	Sun Nov 30 20:42:16 2008 -0600
@@ -58,7 +58,7 @@
 			// This problem originates in autoconf, so of course the solution
 			// is horribly ugly.
 #ifdef GROSS
-			if (i==4 && !strcmp(c,"x86_64")) printf(GROSS)
+			if (i==4 && !strcmp(c,"x86_64")) printf(GROSS);
 	        else
 #endif