summaryrefslogtreecommitdiff
path: root/zwgc/zephyr.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/zephyr.c')
-rw-r--r--zwgc/zephyr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/zephyr.c b/zwgc/zephyr.c
index c5a3855..faba5fb 100644
--- a/zwgc/zephyr.c
+++ b/zwgc/zephyr.c
@@ -218,12 +218,12 @@ void finalize_zephyr() /* <<<>>> */
*/
#ifdef DEBUG
if (zwgc_debug) {
- TRAP( ZCancelSubscriptions(0), "while canceling subscriptions" );
TRAP( ZUnsetLocation(), "while unsetting location" );
+ TRAP( ZCancelSubscriptions(0), "while canceling subscriptions" );
} else {
#endif /* DEBUG */
- (void) ZCancelSubscriptions(0);
(void) ZUnsetLocation();
+ (void) ZCancelSubscriptions(0);
#ifdef DEBUG
}
#endif /* DEBUG */