From 3c277f3e1ee8141eff6108a3ec2012e6f3e1ae03 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Mon, 3 Aug 2015 09:15:36 +0200 Subject: [PATCH] Fix typo --- src/fastnetmon_install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastnetmon_install.pl b/src/fastnetmon_install.pl index 933c295..e4846f5 100755 --- a/src/fastnetmon_install.pl +++ b/src/fastnetmon_install.pl @@ -236,7 +236,7 @@ sub install_ndpi { `./configure --prefix=/opt/ndpi`; if ($? != 0) { - print "Configure failed\n" + print "Configure failed\n"; return; }