diff options
Diffstat (limited to 'WitnessRandomizer/Memory.cpp')
-rw-r--r-- | WitnessRandomizer/Memory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WitnessRandomizer/Memory.cpp b/WitnessRandomizer/Memory.cpp index 7005455..304b7b4 100644 --- a/WitnessRandomizer/Memory.cpp +++ b/WitnessRandomizer/Memory.cpp | |||
@@ -18,7 +18,7 @@ Memory::Memory(const std::string& processName) { | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | if (!_handle) { | 20 | if (!_handle) { |
21 | OutputDebugStringA("Process is not open!"); | 21 | OutputDebugStringA("Process is not open!\n"); |
22 | exit(EXIT_FAILURE); | 22 | exit(EXIT_FAILURE); |
23 | } | 23 | } |
24 | 24 | ||
@@ -38,7 +38,7 @@ Memory::Memory(const std::string& processName) { | |||
38 | } | 38 | } |
39 | } | 39 | } |
40 | if (_baseAddress == 0) { | 40 | if (_baseAddress == 0) { |
41 | OutputDebugStringA("Couldn't find base address!"); | 41 | OutputDebugStringA("Couldn't find base address!\n"); |
42 | exit(EXIT_FAILURE); | 42 | exit(EXIT_FAILURE); |
43 | } | 43 | } |
44 | } | 44 | } |