diff src/xs_length.c @ 22:ac2972a7ccd5

Fixed typos and stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 21:22:04 +0000
parents f5d82424b0ed
children 271be59be975
line wrap: on
line diff
--- a/src/xs_length.c	Wed Jun 04 21:21:05 2003 +0000
+++ b/src/xs_length.c	Wed Jun 04 21:22:04 2003 +0000
@@ -376,7 +376,7 @@
 /*
  * Close song-length system
  */
-gint xs_songlen_close(void)
+void xs_songlen_close(void)
 {
  t_xs_dbentry *pCurr, *pNext;
  
@@ -392,8 +392,6 @@
  /* Free memory allocated for indexes */
  if (xs_dbindex)
  	free(xs_dbindex);
-
- return 0;
 }