summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/polyplib-error.h')
-rw-r--r--polyp/polyplib-error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/polyplib-error.h b/polyp/polyplib-error.h
index d7519af4..437d618e 100644
--- a/polyp/polyplib-error.h
+++ b/polyp/polyplib-error.h
@@ -25,11 +25,11 @@
#include <inttypes.h>
#include "cdecl.h"
-PA_C_DECL_BEGIN;
+PA_C_DECL_BEGIN
/** Return a human readable error message for the specified numeric error code */
const char* pa_strerror(uint32_t error);
-PA_C_DECL_END;
+PA_C_DECL_END
#endif