aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-01-31 18:58:38 +0000
committerBill Meier <wmeier@newsguy.com>2011-01-31 18:58:38 +0000
commited78f0a33ec586b5135d03c5178a112a7c161ac0 (patch)
tree0b47e92ebdcbe72f7251c718be0173681324e260 /epan/tfs.c
parent88d53d925f9cbbdd88ccb2d0060c61cd0a8229b0 (diff)
Fix two cases of 'if (x = y)' which should be 'if (x == y)'.
Found by reviewing msvc level 4 warnings "assignment within conditional expression". (Unfortunately most of the warnings are false positives so this warning can't be enabled) svn path=/trunk/; revision=35726
Diffstat (limited to 'epan/tfs.c')
0 files changed, 0 insertions, 0 deletions