]> granicus.if.org Git - graphviz/commitdiff
Fixed two more typos
authorDwight Perry <dperry@research.att.com>
Thu, 8 Nov 2012 15:42:54 +0000 (10:42 -0500)
committerDwight Perry <dperry@research.att.com>
Thu, 8 Nov 2012 15:42:54 +0000 (10:42 -0500)
macosx/GVDocument.m
macosx/GVGraph.m

index 1d3f051a14b385536f7670d2753db92dd31bf239..c8d8e5a24b8c36c1bbe68ee831c13748a4c4354f 100644 (file)
        [_exporter release];
        [_graph release];
        [super dealloc];
-       }
 }
 
 @end
index 67a6dd4fab11d606eef2871c3af0d6635d63ff37..7ec33a7c296e5a2b8321961e61c1bedbbbd0b392 100644 (file)
@@ -215,7 +215,6 @@ extern char *gvplugin_list(GVC_t * gvc, api_t api, const char *str);
        [_defaultNodeAttributes release];
        [_defaultEdgeAttributes release];
        [super dealloc];
-       }
 }
 
 @end