From b5b7e326e01bf21af6f7dd2e85062c82f66acc5d Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Sun, 3 Aug 2025 12:13:34 +0200 Subject: [PATCH] Make isharddrive static --- od-win32/hardfile_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/hardfile_win32.cpp b/od-win32/hardfile_win32.cpp index df0b9df8..45ce710f 100644 --- a/od-win32/hardfile_win32.cpp +++ b/od-win32/hardfile_win32.cpp @@ -484,7 +484,7 @@ static void trim (TCHAR *s) s[_tcslen(s) - 1] = 0; } -int isharddrive (const TCHAR *name) +static int isharddrive (const TCHAR *name) { int i; for (i = 0; i < hdf_getnumharddrives (); i++) { -- 2.47.3