Skip to content

Commit c300018

Browse files
committed
Remove superfluous semicolon
Not sure why we don't have more recipes screaming about this, but at least a few of the devel->master recipe compilers caught it.
1 parent 3830ac1 commit c300018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numerics/sparse_matrix.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace
7070
{
7171
if (hdf5val < 0)
7272
libmesh_error_msg("HDF5 error from " + objname + " in " + filename);
73-
};
73+
}
7474
#endif
7575
}
7676

0 commit comments

Comments
 (0)