From: Dwight Perry Date: Thu, 8 Nov 2012 16:00:54 +0000 (-0500) Subject: Fixed more typos X-Git-Tag: LAST_LIBGRAPH~32^2~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9ae26587ec18b4caeba4f777fb49056be492a2d;p=graphviz Fixed more typos --- diff --git a/macosx/GVAttributeInspectorController.m b/macosx/GVAttributeInspectorController.m index 767888292..cf6c81f2c 100644 --- a/macosx/GVAttributeInspectorController.m +++ b/macosx/GVAttributeInspectorController.m @@ -168,7 +168,6 @@ [_allSchemas release]; [_allAttributes release]; [super dealloc]; - } } @end diff --git a/macosx/GVAttributeSchema.m b/macosx/GVAttributeSchema.m index c83c98f0b..a2aa281c4 100644 --- a/macosx/GVAttributeSchema.m +++ b/macosx/GVAttributeSchema.m @@ -99,7 +99,6 @@ static NSComboBoxCell *_enumCell = nil; { [_element release]; [super dealloc]; - } } diff --git a/macosx/GVExportViewController.m b/macosx/GVExportViewController.m index 468309b7f..bf65cff1f 100644 --- a/macosx/GVExportViewController.m +++ b/macosx/GVExportViewController.m @@ -144,7 +144,6 @@ NSMutableArray *_formatRenders = nil; [_formatRender release]; [_render release]; [super dealloc]; - } } @end diff --git a/macosx/GVGraphArguments.m b/macosx/GVGraphArguments.m index 9aa5af186..c83cbb2d6 100644 --- a/macosx/GVGraphArguments.m +++ b/macosx/GVGraphArguments.m @@ -57,7 +57,6 @@ { [_arguments release]; [super dealloc]; - } } @end