From: Herwin Weststrate Date: Wed, 3 Oct 2018 18:19:37 +0000 (+0200) Subject: Fix tab/spaces in GNUmakefile of win32 X-Git-Tag: tcpdump-4.99-bp~987^2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/df511af670221170dfd9a3e2c0252a4dbb035973 Fix tab/spaces in GNUmakefile of win32 --- diff --git a/win32/prj/GNUmakefile b/win32/prj/GNUmakefile index d5fe3ec1..b5599f4f 100644 --- a/win32/prj/GNUmakefile +++ b/win32/prj/GNUmakefile @@ -139,7 +139,7 @@ OBJS = \ ../../print-vjc.o \ ../../print-vqp.o \ ../../print-vrrp.o \ - ../../print-vtp.o \ + ../../print-vtp.o \ ../../print-wb.o \ ../../print-zephyr.o \ ../../setsignal.o \