Skip to content

Commit

Permalink
fix(platform): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jun 22, 2024
1 parent 9fccaab commit 003247f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform/platform.hh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
#pragma comment(lib, "Gdi32.lib")
#pragma comment(lib, "iphlpapi.lib")
#pragma comment(lib, "libuv.lib")
#pragma comment(lib, "libllama.lib")
#pragma comment(lib, "llama.lib")
#pragma comment(lib, "psapi.lib")
#pragma comment(lib, "shell32.lib")
#pragma comment(lib, "Shlwapi.lib")
Expand Down
2 changes: 1 addition & 1 deletion src/platform/string.cc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ namespace SSC {
<< " in " << source
<< ": " << (LPTSTR) errorMessage;

LocalFree(lpMsgBuf);
LocalFree(errorMessage);

return message.str();
}
Expand Down

0 comments on commit 003247f

Please sign in to comment.