diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.c b/src/fs/gnunet-fs-gtk_common.c index a35e3d1e..c7cfa663 100644 --- a/src/fs/gnunet-fs-gtk_common.c +++ b/src/fs/gnunet-fs-gtk_common.c | |||
@@ -276,7 +276,7 @@ GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri, | |||
276 | GtkEntry *query_entry; | 276 | GtkEntry *query_entry; |
277 | GtkComboBox *ns_cb; | 277 | GtkComboBox *ns_cb; |
278 | GtkEntry *ns_entry; | 278 | GtkEntry *ns_entry; |
279 | struct GNUNET_CRYPTO_EccPublicSignKey want; | 279 | struct GNUNET_CRYPTO_EcdsaPublicKey want; |
280 | 280 | ||
281 | 281 | ||
282 | if (GNUNET_FS_uri_test_chk (uri) || GNUNET_FS_uri_test_loc (uri)) | 282 | if (GNUNET_FS_uri_test_chk (uri) || GNUNET_FS_uri_test_loc (uri)) |