mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
$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;
|
|
}
|