src/* gl_default_log_handler defined only once.

lib/dirver/*.c: looks to me like a cosmetic change but supposedly it helps
on Fedora Core 4 test1
Bug # 12363:
See: http://savannah.gnu.org/bugs/?func=detailitem&item_id=12363
This commit is contained in:
rocky
2005-03-18 12:56:00 +00:00
parent e936b135a7
commit 8ef435a249
5 changed files with 15 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cd-info.c,v 1.135 2005/03/15 04:17:05 rocky Exp $
$Id: cd-info.c,v 1.136 2005/03/18 12:56:00 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1996, 1997, 1998 Gerd Knorr <kraxel@bytesex.org>
@@ -343,7 +343,6 @@ parse_options (int argc, const char *argv[])
/* CDIO logging routines */
static cdio_log_handler_t gl_default_cdio_log_handler = NULL;
#ifdef HAVE_CDDB
static cddb_log_handler_t gl_default_cddb_log_handler = NULL;
#endif