Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
diaskhanimanberdiyev committed Sep 28, 2024
1 parent 9cac95c commit 48162e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartCommander/Plugins/ListerPluginWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ListerPluginWrapper : IDisposable
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
private delegate void ListSendCommandDelegate(IntPtr listWin, int command, int parameter);

[UnmanagedFunctionPointer(CallingConvention.StdCall, CharSet = CharSet.Ansi)]
[UnmanagedFunctionPointer(CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
public delegate void ListGetDetectStringDelegate(IntPtr detectString, int maxlen);

private ListLoadDelegate ListLoad;
Expand Down

0 comments on commit 48162e9

Please sign in to comment.