aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-26 19:52:53 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-26 19:52:53 +0000
commit068815cc674e678c74d31eae7a1eb82a21f163e4 (patch)
treee8a796550698e0c637f81cd587ccae1b621bf5c0 /ui/gtk/capture_file_dlg.c
parent0ac06207ce940a92f406419a7ed3dbfe56a9aaa0 (diff)
Implement "Save" and "Save As".
svn path=/trunk/; revision=45156
Diffstat (limited to 'ui/gtk/capture_file_dlg.c')
-rw-r--r--ui/gtk/capture_file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/capture_file_dlg.c b/ui/gtk/capture_file_dlg.c
index 5243657d79..41e654cf22 100644
--- a/ui/gtk/capture_file_dlg.c
+++ b/ui/gtk/capture_file_dlg.c
@@ -1723,7 +1723,7 @@ file_save_as_cmd(capture_file *cf, gboolean must_support_comments,
gchar *dirname;
gboolean discard_comments = FALSE;
- /*
+ /*
* Loop until the user either selects a file or gives up.
*/
for (;;) {