Skip to content

Commit

Permalink
Merge pull request #560 from bricelam/patch-1
Browse files Browse the repository at this point in the history
Address CA1859
  • Loading branch information
ericsink authored Oct 26, 2023
2 parents 9c66b4f + f4c7a83 commit 37d4220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/provider.tt
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ namespace SQLitePCL

// ----------------------------------------------------------------

static IDisposable disp_log_hook_handle;
static hook_handle disp_log_hook_handle;

<#= get_monopinvokecallback_attr("log") #>
static void log_hook_bridge_impl(IntPtr p, int rc, IntPtr s)
Expand Down

0 comments on commit 37d4220

Please sign in to comment.