[43852] users/toby/objcports/MPArrayAdditions.m

toby at macports.org toby at macports.org
Mon Dec 15 15:46:08 PST 2008


Revision: 43852
          http://trac.macports.org/changeset/43852
Author:   toby at macports.org
Date:     2008-12-15 15:46:08 -0800 (Mon, 15 Dec 2008)
Log Message:
-----------
heh

Modified Paths:
--------------
    users/toby/objcports/MPArrayAdditions.m

Modified: users/toby/objcports/MPArrayAdditions.m
===================================================================
--- users/toby/objcports/MPArrayAdditions.m	2008-12-15 23:26:07 UTC (rev 43851)
+++ users/toby/objcports/MPArrayAdditions.m	2008-12-15 23:46:08 UTC (rev 43852)
@@ -11,7 +11,7 @@
 	return [[[self alloc] initWithTclObjects:objects count:count] autorelease];
 }
 
-- (id)initWithTclObjects:(Tcl_Obj * const *)objects count:(int)count;
+- (id)initWithTclObjects:(Tcl_Obj * const *)objects count:(int)count
 {
 	int i;
 	NSString *array[count];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081215/4c3126e4/attachment.html>


More information about the macports-changes mailing list