From 69a8f903ef70845894ff07e0805d9cc60597cc7c Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 24 Oct 2018 20:20:12 -0700 Subject: progress of various sorts --- WitnessRandomizer/Memory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WitnessRandomizer/Memory.cpp') 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) { } } if (!_handle) { - OutputDebugStringA("Process is not open!"); + OutputDebugStringA("Process is not open!\n"); exit(EXIT_FAILURE); } @@ -38,7 +38,7 @@ Memory::Memory(const std::string& processName) { } } if (_baseAddress == 0) { - OutputDebugStringA("Couldn't find base address!"); + OutputDebugStringA("Couldn't find base address!\n"); exit(EXIT_FAILURE); } } -- cgit 1.4.1