aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-27 09:58:57 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-27 09:58:57 +0000
commit74ffeef1e8a705416e343c11f2de71408ddb2461 (patch)
tree66d66816441dcaa0a978cc291b05f6b9a5350c77 /gtk/capture_file_dlg.c
parent26658ed017abfe5d3ea6da3c8a0ef6ce3dde4292 (diff)
downloadwireshark-74ffeef1e8a705416e343c11f2de71408ddb2461.tar.gz
wireshark-74ffeef1e8a705416e343c11f2de71408ddb2461.tar.bz2
wireshark-74ffeef1e8a705416e343c11f2de71408ddb2461.zip
Removed an unneeded cast.
svn path=/trunk/; revision=30728
Diffstat (limited to 'gtk/capture_file_dlg.c')
-rw-r--r--gtk/capture_file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index c2cb656f12..24acb38710 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -1506,7 +1506,7 @@ color_global_cb(GtkWidget *widget _U_, gpointer data)
gtk_file_chooser_select_filename(GTK_FILE_CHOOSER(fs_widget), path);
- g_free((gchar *)path);
+ g_free(path);
}
/* Import color filters */