Skip to content

Commit f333937

Browse files
committed
Swap (Windows): fix compiler warnings
1 parent e4f6f15 commit f333937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/detection/swap/swap_windows.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ const char* ffDetectSwap(FFSwapResult* swap)
2626
}
2727
swap->bytesUsed = (uint64_t)pstart->TotalUsed * sysInfo.dwPageSize;
2828
swap->bytesTotal = (uint64_t)pstart->CurrentSize * sysInfo.dwPageSize;
29+
30+
return NULL;
2931
}

0 commit comments

Comments
 (0)