--- np2/cbus/cbuscore.c 2004/03/19 03:36:52 1.5 +++ np2/cbus/cbuscore.c 2004/07/01 11:42:54 1.6 @@ -22,7 +22,8 @@ static const IOCBFN resetfn[] = { #if defined(SUPPORT_PC9861K) pc9861k_reset, #endif - mpu98ii_reset}; + mpu98ii_reset, + }; static const IOCBFN bindfn[] = { #if defined(SUPPORT_IDEIO) @@ -37,7 +38,8 @@ static const IOCBFN bindfn[] = { #if defined(SUPPORT_PC9861K) pc9861k_bind, #endif - mpu98ii_bind}; + mpu98ii_bind, + }; void cbuscore_reset(void) {