summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index ff32976413..c9946cc5b9 100644
--- a/tshark.c
+++ b/tshark.c
@@ -650,7 +650,7 @@ main(int argc, char *argv[])
#endif /* _WIN32 */
int err;
- gboolean success;
+ volatile gboolean success;
volatile int exit_status = EXIT_SUCCESS;
#ifdef HAVE_LIBPCAP
gboolean list_link_layer_types = FALSE;