|
From: <cre...@us...> - 2006-08-12 00:21:45
|
Revision: 1479 Author: creecode Date: 2006-08-11 17:21:41 -0700 (Fri, 11 Aug 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1479&view=rev Log Message: ----------- minor formatting tweak Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/source/filedialog.c Modified: Frontier/branches/FSRef_Migration/Common/source/filedialog.c =================================================================== --- Frontier/branches/FSRef_Migration/Common/source/filedialog.c 2006-08-01 20:31:32 UTC (rev 1478) +++ Frontier/branches/FSRef_Migration/Common/source/filedialog.c 2006-08-12 00:21:41 UTC (rev 1479) @@ -626,7 +626,7 @@ if (sfdata.sfreply.sfGood) { - FSMakeFSRef ( ( *fs ).vRefNum, ( *fs ).parID, ( *fs ).name, &( *fspec ).fsref); // canonize + FSMakeFSRef ( ( *fs ).vRefNum, ( *fs ).parID, ( *fs ).name, &( *fspec ).fsref ); // canonize return (true); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |