From 0e3e6e534e6d8303728110182d14ddbe29e344f6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 11 Dec 2003 01:13:32 +0000 Subject: [PATCH] Fix a typo. svn path=/trunk/; revision=9240 --- tethereal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tethereal.c b/tethereal.c index 7b8196573e..937d0d1814 100644 --- a/tethereal.c +++ b/tethereal.c @@ -1,6 +1,6 @@ /* tethereal.c * - * $Id: tethereal.c,v 1.209 2003/12/09 22:22:52 ulfl Exp $ + * $Id: tethereal.c,v 1.210 2003/12/11 01:13:32 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1234,7 +1234,7 @@ main(int argc, char *argv[]) } /* If printing PDML or PS, force -V */ - if (print_format == PR_FMT_PDML || PR_FMT_PS) + if (print_format == PR_FMT_PDML || print_format == PR_FMT_PS) verbose = TRUE; /* If no capture filter or read filter has been specified, and there are