Skip to content

Commit 7c15d89

Browse files
author
Jessica Shi
committed
fix typo
1 parent 91426fb commit 7c15d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpMV.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void deinit_taco_tensor_t(taco_tensor_t* t) {
105105
free(t->mode_ordering);
106106
free(t->mode_types);
107107
free(t);
108-
};
108+
}
109109
#endif
110110

111111
int compute(taco_tensor_t *y, taco_tensor_t *A, taco_tensor_t *x) {

0 commit comments

Comments
 (0)