Skip to content

Commit

Permalink
fix build warning: extra tokens at end of #endif directive
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1240 committed Sep 15, 2021
1 parent 589c982 commit 8e1059b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsofia-sip-ua/nua/nua_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ void nua_stack_deinit(su_root_t *root, nua_t *nua)

#if HAVE_SMIME /* Start NRC Boston */
sm_destroy(nua->sm);
#endif /* End NRC Boston */}
#endif
/* End NRC Boston */

}
}
Expand Down

0 comments on commit 8e1059b

Please sign in to comment.