Skip to content
Snippets Groups Projects
Commit 8fbd7d04 authored by rswindell's avatar rswindell
Browse files

Added needed parenthesis to SMB_IS_OPEN macro.

parent 29338fd3
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
#define GETMSGTXT_TAILS 1 /* Get message tail(s) too */
#define SMB_IS_OPEN(smb) (smb->shd_fp!=NULL)
#define SMB_IS_OPEN(smb) ((smb)->shd_fp!=NULL)
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment