diff options
author | comex | 2015-01-25 01:52:49 -0500 |
---|---|---|
committer | comex | 2015-01-25 01:52:49 -0500 |
commit | d8e5824e8bdf89e95c618c554b34e8789e58bd3c (patch) | |
tree | 182049e6828c360e6aaa26e859a0da22ac5bd047 /lib/substitute.h | |
parent | Add an explanatory (and legally obligatory) notice to substrate.h. (diff) | |
download | substitute-d8e5824e8bdf89e95c618c554b34e8789e58bd3c.tar.gz |
fix strerror
Diffstat (limited to 'lib/substitute.h')
-rw-r--r-- | lib/substitute.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |