diff options
Diffstat (limited to 'src/polyp/error.h')
-rw-r--r-- | src/polyp/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyp/error.h b/src/polyp/error.h index ff2507b2..9856c1af 100644 --- a/src/polyp/error.h +++ b/src/polyp/error.h @@ -31,7 +31,7 @@ PA_C_DECL_BEGIN /** Return a human readable error message for the specified numeric error code */ -const char* pa_strerror(uint32_t error); +const char* pa_strerror(int error); PA_C_DECL_END |