summaryrefslogtreecommitdiff
path: root/cad/pcb-current/patches/patch-aa
blob: 80bc8e28b12b87f3baac4740097f960579d4430f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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)