Skip to content

Commit eae0fee

Browse files
committed
Packages (OpenBSD): fix a typo that prevents package counting from working
1 parent 4472a13 commit eae0fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/packages/packages_obsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void ffDetectPackagesImpl(FFPackagesResult* result, FFPackagesOptions* options)
2727
if (!(options->disabled & FF_PACKAGES_FLAG_PKG_BIT))
2828
{
2929
result->pkg = getNumElementsImpl(FASTFETCH_TARGET_DIR_ROOT
30-
#if __OpenBSD
30+
#if __OpenBSD__
3131
"/var/db/pkg"
3232
#else
3333
"/usr/pkg/pkgdb"

0 commit comments

Comments
 (0)