Skip to content

Commit bf7eb81

Browse files
WIP unnecessary semicolon
1 parent 9f81415 commit bf7eb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/c_typecheck_expr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@ exprt c_typecheck_baset::do_special_functions(
28372837
<< type2c(argument.type(), *this) << '`';
28382838
throw invalid_source_file_exceptiont{error_message.str()};
28392839
}
2840-
};
2840+
}
28412841

28422842
auto lhs = expr.arguments()[0];
28432843
auto rhs = expr.arguments()[1];

0 commit comments

Comments
 (0)