From bcf6192bffabb1c112ae3b7c84cd6c23f156ca19 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 29 Mar 2011 14:47:43 +0000 Subject: *** empty log message *** --- src/cd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cd.c b/src/cd.c index 4553575..50e1134 100644 --- a/src/cd.c +++ b/src/cd.c @@ -267,14 +267,14 @@ unsigned long cdContextCaps(cdContext *context) int cdContextIsPlus(cdContext *context) { if (!context) - return (unsigned long)CD_ERROR; + return CD_ERROR; return context->plus; } int cdContextType(cdContext *context) { if (!context) - return (unsigned long)CD_ERROR; + return CD_ERROR; return context->type; } -- cgit v1.2.3