From 375de2275f4144ea15f92a6293aae69db67bd44f Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 2 Jun 2004 00:35:32 +0000 Subject: [PATCH] Typo. --- lib/image/nrg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/image/nrg.c b/lib/image/nrg.c index 0c59821a..ee1cc90b 100644 --- a/lib/image/nrg.c +++ b/lib/image/nrg.c @@ -1,5 +1,5 @@ /* - $Id: nrg.c,v 1.20 2004/06/01 11:15:58 rocky Exp $ + $Id: nrg.c,v 1.21 2004/06/02 00:35:32 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein Copyright (C) 2001, 2003 Herbert Valerio Riedel @@ -23,7 +23,7 @@ */ #ifdef HAVE_CONFIG_H -# include "config.h" +#include "config.h" #endif #ifdef HAVE_STDIO_H @@ -49,7 +49,7 @@ #include "_cdio_stdio.h" #include "nrg.h" -static const char _rcsid[] = "$Id: nrg.c,v 1.20 2004/06/01 11:15:58 rocky Exp $"; +static const char _rcsid[] = "$Id: nrg.c,v 1.21 2004/06/02 00:35:32 rocky Exp $"; /* reader */