summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/except.h')
-rw-r--r--pjlib/include/pj/except.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjlib/include/pj/except.h b/pjlib/include/pj/except.h
index efe42e7b..9369825c 100644
--- a/pjlib/include/pj/except.h
+++ b/pjlib/include/pj/except.h
@@ -339,9 +339,9 @@ public:
* stack.
*/
struct pj_exception_state_t
-{
- struct pj_exception_state_t *prev; /**< Previous state in the list. */
+{
pj_jmp_buf state; /**< jmp_buf. */
+ struct pj_exception_state_t *prev; /**< Previous state in the list. */
};
/**