style-c
main
@ -31,7 +31,7 @@ Use
case possibility:
statement;
break;
case default:
default:
This should just be default: (so, sed 34s:case ::); as-is this is a syntax error.
sed 34s:case ::
}
The note is not visible to the blocked user.
This should just be
default:
(so,sed 34s:case ::
); as-is this is a syntax error.