summaryrefslogtreecommitdiff
path: root/cad/pcb-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb-current/patches/patch-aa')
-rw-r--r--cad/pcb-current/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/cad/pcb-current/patches/patch-aa b/cad/pcb-current/patches/patch-aa
deleted file mode 100644
index 80bc8e28b12..00000000000
--- a/cad/pcb-current/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/08/04 16:13:39 rillig Exp $
-
-A double semicolon counts as an empty statement, after which ISO C90
-does not allow any further variable declarations.
-
---- src/gui-netlist-window.c.orig Tue Mar 1 06:33:01 2005
-+++ src/gui-netlist-window.c Thu Aug 4 18:06:36 2005
-@@ -692,7 +692,7 @@ gui_netlist_highlight_node(gchar *node_n
- {
- GtkTreePath *path;
- GtkTreeIter iter;
-- LibraryMenuType *net;;
-+ LibraryMenuType *net;
- gchar *name;
-
- if (!node_name)