Skip to content

Commit

Permalink
Fixed naming issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
emkooz committed Nov 29, 2017
1 parent 5d46e06 commit 6354c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/MemoryWatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void MemoryWatcher::Step()
current_value = new_value;
std::string message = ComposeMessage(address, new_value);
#ifdef _WIN32
unsigned long m_written;
unsigned long written;
if (m_pipe != INVALID_HANDLE_VALUE)
WriteFile(m_pipe, message.c_str(), static_cast<DWORD>(message.size() + 1), &m_written,
nullptr);
Expand Down

0 comments on commit 6354c2a

Please sign in to comment.