summaryrefslogtreecommitdiff
path: root/net/IglooFTP/patches/patch-af
blob: 5388454ed7898b6fba5c32326905b30fae7811fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-af,v 1.1 2005/11/08 23:22:58 wiz Exp $

--- src/ftp_tree.h.orig	1999-04-15 18:05:15.000000000 +0200
+++ src/ftp_tree.h
@@ -321,10 +321,12 @@ FTP_TREE_event_handler (GtkWidget * widg
 	  break;
 
 	default:
+	  ;
 	}
       break;
 
     default:
+      ;
     }
   return FALSE;
 }