[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[612] trunk/fuse/fusepb/controllers/ PokeFind
Brought to you by:
fredm
From: <fr...@us...> - 2009-08-02 11:08:17
|
Revision: 612 http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=612&view=rev Author: fredm Date: 2009-08-02 11:08:10 +0000 (Sun, 02 Aug 2009) Log Message: ----------- Small code tidy up. Modified Paths: -------------- trunk/fuse/fusepb/controllers/PokeFinderController.m Modified: trunk/fuse/fusepb/controllers/PokeFinderController.m =================================================================== --- trunk/fuse/fusepb/controllers/PokeFinderController.m 2009-08-02 11:03:25 UTC (rev 611) +++ trunk/fuse/fusepb/controllers/PokeFinderController.m 2009-08-02 11:08:10 UTC (rev 612) @@ -86,10 +86,10 @@ value = [record valueForKey:@"offset_number"]; offset = [value unsignedLongValue]; - error = debugger_breakpoint_add_address( - DEBUGGER_BREAKPOINT_TYPE_WRITE, - page, offset, - 0, DEBUGGER_BREAKPOINT_LIFE_PERMANENT, NULL); + error = + debugger_breakpoint_add_address( DEBUGGER_BREAKPOINT_TYPE_WRITE, + page, offset, 0, + DEBUGGER_BREAKPOINT_LIFE_PERMANENT, NULL); } - (void) dealloc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |