summaryrefslogtreecommitdiff
path: root/ui/alert_box.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-13 23:17:12 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-13 23:17:12 +0000
commit0b7d7896079407f7edb4d33e80c4259498064b1e (patch)
treeda5e7bbb76f1c5e8a5ca6256453e578379587b01 /ui/alert_box.c
parent1f1e288b42567e682cf9ccc028e32a6b7a2ed817 (diff)
downloadwireshark-0b7d7896079407f7edb4d33e80c4259498064b1e.tar.gz
Clean up indentation.
svn path=/trunk/; revision=49279
Diffstat (limited to 'ui/alert_box.c')
-rw-r--r--ui/alert_box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/alert_box.c b/ui/alert_box.c
index c32a684ad3..e5325523ba 100644
--- a/ui/alert_box.c
+++ b/ui/alert_box.c
@@ -66,7 +66,7 @@ open_failure_alert_box(const char *filename, int err, gboolean for_writing)
simple_message_box(ESD_TYPE_ERROR, NULL, NULL,
file_open_error_message(err, for_writing),
display_basename);
- g_free(display_basename);
+ g_free(display_basename);
}
/*