[tuxdroid-svn] r666 - firmware/tuxcore/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-11-08 14:46:52
|
Author: jaguarondi Date: 2007-11-08 15:46:53 +0100 (Thu, 08 Nov 2007) New Revision: 666 Modified: firmware/tuxcore/trunk/svnrev.tmpl.h Log: * Typo in SVN_REV. Modified: firmware/tuxcore/trunk/svnrev.tmpl.h =================================================================== --- firmware/tuxcore/trunk/svnrev.tmpl.h 2007-11-08 14:19:22 UTC (rev 665) +++ firmware/tuxcore/trunk/svnrev.tmpl.h 2007-11-08 14:46:53 UTC (rev 666) @@ -23,8 +23,8 @@ * SubWCRev performs keyword susbstitution whith SVN information. */ -#ifndef SVNREH_H -#define SVNREV_H +#ifndef _SVNREV_H_ +#define _SVNREV_H_ #define SVN_REV $WCREV$ #define SVN_REVSTR "$WCREV$" @@ -35,4 +35,4 @@ #define SVN_RANGE "$WCRANGE$" #define SVN_URL "$WCURL$" -#endif /* SVNREV_H */ +#endif /* _SVNREV_H_ */ |