summaryrefslogtreecommitdiffstats
path: root/src/ccapi/common/cci_debugging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccapi/common/cci_debugging.h')
-rw-r--r--src/ccapi/common/cci_debugging.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ccapi/common/cci_debugging.h b/src/ccapi/common/cci_debugging.h
index 8875e1a03..aa2f1491b 100644
--- a/src/ccapi/common/cci_debugging.h
+++ b/src/ccapi/common/cci_debugging.h
@@ -29,9 +29,9 @@
#include "cci_types.h"
-cc_int32 _cci_check_error (cc_int32 in_err,
- const char *in_function,
- const char *in_file,
+cc_int32 _cci_check_error (cc_int32 in_err,
+ const char *in_function,
+ const char *in_file,
int in_line);
#define cci_check_error(err) _cci_check_error(err, __FUNCTION__, __FILE__, __LINE__)