Fix typo.

This commit is contained in:
Rob Landley 2008-11-30 20:42:16 -06:00
parent 8ee966f832
commit 5f612e7749

View File

@ -58,7 +58,7 @@ void uname_main(void)
// 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