Skip to content

Commit 8e1059b

Browse files
committed
fix build warning: extra tokens at end of #endif directive
1 parent 589c982 commit 8e1059b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsofia-sip-ua/nua/nua_stack.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ void nua_stack_deinit(su_root_t *root, nua_t *nua)
240240

241241
#if HAVE_SMIME /* Start NRC Boston */
242242
sm_destroy(nua->sm);
243-
#endif /* End NRC Boston */}
243+
#endif
244+
/* End NRC Boston */
244245

245246
}
246247
}

0 commit comments

Comments
 (0)