From a227e74c6eeeca16ecb5dd6faa933e6d8c297841 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 e3fb1cc90..383a9b7aa 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -180,7 +180,7 @@ static char *searchpath(const char *binaryname){ strcpy(foundpath, binaryname); return foundpath; } else { - return NULL + return NULL; } } -- cgit v1.2.3