From 361fdcaafec8ddd37f0d381204e4c2a22c56b238 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 15 Mar 2012 22:00:24 +0100 Subject: srd: Cosmetics, fix/add Doxygen comments. --- exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exception.c') diff --git a/exception.c b/exception.c index 1f30c80..de31c5f 100644 --- a/exception.c +++ b/exception.c @@ -67,7 +67,7 @@ SRD_PRIV void catch_exception(const char *format, ...) /* Send a more precise error location to srd_dbg(), if we have it. */ if (etb && etb != Py_None) { tracestr = NULL; - py_tb = (PyTracebackObject *) etb; + py_tb = (PyTracebackObject *)etb; py_str = PyUnicode_FromFormat("%U:%d in %U", py_tb->tb_frame->f_code->co_filename, py_tb->tb_frame->f_lineno, -- cgit v1.2.3-70-g09d2