From b71c668c577f7780362f7ea632895c11e3760d66 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Jul 2007 15:08:09 +0000 Subject: style fix (stray space before ';') --- networking/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/interface.c') diff --git a/networking/interface.c b/networking/interface.c index 79f79c987..92d7f5dc0 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -803,7 +803,7 @@ static const struct hwtype sit_hwtype = { .type = ARPHRD_SIT, .print = UNSPEC_print, .suppress_null_addr = 1 -} ; +}; #endif static const struct hwtype *const hwtypes[] = { -- cgit v1.2.3