From d8e5824e8bdf89e95c618c554b34e8789e58bd3c Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 25 Jan 2015 01:52:49 -0500 Subject: fix strerror --- lib/substitute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/substitute.h') diff --git a/lib/substitute.h b/lib/substitute.h index 2aa7ed8..bdd63e0 100644 --- a/lib/substitute.h +++ b/lib/substitute.h @@ -57,7 +57,7 @@ enum { * instruction boundary * The hooks were otherwise completed, but the thread in question will * probably crash now that its code has changed under it. */ - SUBSTITURE_ERR_UNEXPECTED_PC_ON_OTHER_THREAD, + SUBSTITUTE_ERR_UNEXPECTED_PC_ON_OTHER_THREAD, /* substitute_hook_functions: destination was out of range, and mmap * wouldn't give us a trampoline in range */ -- cgit v1.2.3