View | Details | Raw Unified
Collapse All | Expand All

(-) src/input/input_cdda.c.old (-1 / +1 lines)
 Lines 1473-1479   static void _cdda_save_cached_cddb_infos Link Here 
    return;
    return;
  }
  }
  else {
  else {
    fprintf(fd, filecontent);
    fprintf(fd, "%s", filecontent);
    fclose(fd);
    fclose(fd);
  }
  }