From 6533954a6e89f14ce9cd0258f07ead784ffa1a2e Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 19 Apr 2003 00:52:16 +0000 Subject: [PATCH] Remove a compile warning noticed by Kris Verbeeck. --- lib/cdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cdio.h b/lib/cdio.h index 54375bc1..579f7654 100644 --- a/lib/cdio.h +++ b/lib/cdio.h @@ -1,5 +1,5 @@ /* - $Id: cdio.h,v 1.9 2003/04/12 03:38:00 rocky Exp $ + $Id: cdio.h,v 1.10 2003/04/19 00:52:16 rocky Exp $ Copyright (C) 2001 Herbert Valerio Riedel Copyright (C) 2003 Rocky Bernstein @@ -69,7 +69,7 @@ extern "C" { DRIVER_SOLARIS, DRIVER_BINCUE, /* Prefer bincue over nrg when both exist */ DRIVER_NRG, - DRIVER_DEVICE, /* Is really a set of the above; should come last */ + DRIVER_DEVICE /* Is really a set of the above; should come last */ } driver_id_t; /* Make sure what's listed below is the last one above. Since we have