From: Dwight Perry Date: Thu, 8 Nov 2012 15:42:54 +0000 (-0500) Subject: Fixed two more typos X-Git-Tag: LAST_LIBGRAPH~32^2~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b497f3a03ca325fc87c49f9014ce79678f9caeda;p=graphviz Fixed two more typos --- diff --git a/macosx/GVDocument.m b/macosx/GVDocument.m index 1d3f051a1..c8d8e5a24 100644 --- a/macosx/GVDocument.m +++ b/macosx/GVDocument.m @@ -111,7 +111,6 @@ [_exporter release]; [_graph release]; [super dealloc]; - } } @end diff --git a/macosx/GVGraph.m b/macosx/GVGraph.m index 67a6dd4fa..7ec33a7c2 100644 --- a/macosx/GVGraph.m +++ b/macosx/GVGraph.m @@ -215,7 +215,6 @@ extern char *gvplugin_list(GVC_t * gvc, api_t api, const char *str); [_defaultNodeAttributes release]; [_defaultEdgeAttributes release]; [super dealloc]; - } } @end