ref: 3177237cb3ad515d0dd2db61d5e37bb4b17eb1c7
parent: 7201bcc98eaa40c889052893f83e77f71b041ef6
author: rrt <rrt>
date: Tue Nov 14 15:45:55 EST 2006
Cosmetic fix
--- a/src/stio.c
+++ b/src/stio.c
@@ -90,7 +90,7 @@
ft = (ft_t)calloc(sizeof(struct st_soundstream), 1);
- if (!ft )
+ if (!ft)
return NULL;
ft->filename = strdup(path);