Skip to content

Commit ca4c15d

Browse files
committed
fix free_sio
1 parent ae043f1 commit ca4c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ read_sio(double *left, double *right, size_t n)
112112
}
113113

114114
void
115-
free_sio(struct sio *sio)
115+
free_sio(void)
116116
{
117117
sio_stop(hdl);
118118
sio_close(hdl);

0 commit comments

Comments
 (0)