From cad5264b8ad7c89901dfaff87c9794f82444b43b Mon Sep 17 00:00:00 2001 From: Jaywalker Date: Wed, 7 Feb 2018 00:15:24 -0600 Subject: Missed a semicolon --- apt-pkg/contrib/fileutl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 17c605ee6..6c13a15be 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -186,7 +186,7 @@ static char *searchpath(const char *binaryname){ strcpy(foundpath, binaryname); return foundpath; } else { - return NULL + return NULL; } } -- cgit v1.2.3