|
From: <cre...@us...> - 2006-07-08 00:48:40
|
Revision: 1448 Author: creecode Date: 2006-07-07 17:48:38 -0700 (Fri, 07 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1448&view=rev Log Message: ----------- minor code formatting tweaks Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/headers/fileloop.h Modified: Frontier/branches/FSRef_Migration/Common/headers/fileloop.h =================================================================== --- Frontier/branches/FSRef_Migration/Common/headers/fileloop.h 2006-07-08 00:47:26 UTC (rev 1447) +++ Frontier/branches/FSRef_Migration/Common/headers/fileloop.h 2006-07-08 00:48:38 UTC (rev 1448) @@ -41,7 +41,7 @@ extern boolean diskinitloop (tyfileloopcallback, Handle *); -extern boolean fileinitloop (const ptrfilespec, tyfileloopcallback, Handle *); +extern boolean fileinitloop ( const ptrfilespec, tyfileloopcallback, Handle * ); extern void fileendloop (Handle); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |