aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-26 03:37:30 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-26 03:37:30 +0000
commit9b78c77ee67ab5173bab183a17071e2977df1c87 (patch)
tree03ed82c31b50c629622d5398bf830f4e12b598fd
parenta6cf9e6c38f6468352710582bbd3b83219253705 (diff)
Small whitespace cleanup.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28847 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index bb4eab8891..44f4eee6dc 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -3325,7 +3325,7 @@ prefs_to_capture_opts(void)
global_capture_opts.use_pcapng = prefs.capture_pcap_ng;
global_capture_opts.show_info = prefs.capture_show_info;
global_capture_opts.real_time_mode = prefs.capture_real_time;
- auto_scroll_live = prefs.capture_auto_scroll;
+ auto_scroll_live = prefs.capture_auto_scroll;
#endif /* HAVE_LIBPCAP */
/* Set the name resolution code's flags from the preferences. */