From c92b8a21c41fb78073cec1039e22f0dafbc23e43 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 2 Jun 2004 07:40:13 +0000 Subject: [PATCH] # include vs #include a problem? --- lib/_cdio_osx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/_cdio_osx.c b/lib/_cdio_osx.c index 20925007..da1ff4b1 100644 --- a/lib/_cdio_osx.c +++ b/lib/_cdio_osx.c @@ -1,5 +1,5 @@ /* - $Id: _cdio_osx.c,v 1.29 2004/06/02 04:52:55 thesin Exp $ + $Id: _cdio_osx.c,v 1.30 2004/06/02 07:40:13 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein from vcdimager code: @@ -30,10 +30,10 @@ */ #ifdef HAVE_CONFIG_H -# include "config.h" +#include "config.h" #endif -static const char _rcsid[] = "$Id: _cdio_osx.c,v 1.29 2004/06/02 04:52:55 thesin Exp $"; +static const char _rcsid[] = "$Id: _cdio_osx.c,v 1.30 2004/06/02 07:40:13 rocky Exp $"; #include #include