|
From: <cre...@us...> - 2006-10-18 07:55:53
|
Revision: 1569
http://svn.sourceforge.net/frontierkernel/?rev=1569&view=rev
Author: creecode
Date: 2006-10-18 00:55:47 -0700 (Wed, 18 Oct 2006)
Log Message:
-----------
added a missing semicolon
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/Common/source/fileverbs.c
Modified: Frontier/branches/FSRef_Migration/Common/source/fileverbs.c
===================================================================
--- Frontier/branches/FSRef_Migration/Common/source/fileverbs.c 2006-10-17 19:17:10 UTC (rev 1568)
+++ Frontier/branches/FSRef_Migration/Common/source/fileverbs.c 2006-10-18 07:55:47 UTC (rev 1569)
@@ -2801,7 +2801,7 @@
#ifdef WIN95VERSION
- return ( false )
+ return ( false );
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|