comparison 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
comparison
equal deleted inserted replaced
21:d5789951b7e2 22:ac2972a7ccd5
374 374
375 375
376 /* 376 /*
377 * Close song-length system 377 * Close song-length system
378 */ 378 */
379 gint xs_songlen_close(void) 379 void xs_songlen_close(void)
380 { 380 {
381 t_xs_dbentry *pCurr, *pNext; 381 t_xs_dbentry *pCurr, *pNext;
382 382
383 /* Free the memory allocated for database */ 383 /* Free the memory allocated for database */
384 pCurr = xs_database; 384 pCurr = xs_database;
390 } 390 }
391 391
392 /* Free memory allocated for indexes */ 392 /* Free memory allocated for indexes */
393 if (xs_dbindex) 393 if (xs_dbindex)
394 free(xs_dbindex); 394 free(xs_dbindex);
395
396 return 0;
397 } 395 }
398 396
399 397
400 /* 398 /*
401 * Compute md5hash of given SID-file 399 * Compute md5hash of given SID-file