diff options
author | Roy Marples <roy@marples.name> | 2008-01-29 14:55:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-29 14:55:35 +0000 |
commit | 39d88dc809e130e16f2e9141bbb487eb937e402f (patch) | |
tree | 7febd68c37611f944de5591c5698925b6dd56599 /src | |
parent | 9112bd58ca0be548c100a7e9ffb6a62233412ae7 (diff) |
Fix branding.
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index d5e0a145..f0a76396 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -799,7 +799,7 @@ int main (int argc, char **argv) ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE), ecolor (ECOLOR_NORMAL), ecolor (ECOLOR_BRACKET)); #ifdef BRANDING - printf (BRANDING " (%s)", uts.arch); + printf (BRANDING " (%s)", uts.machine); #else printf ("%s %s (%s)", uts.sysname, |