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

Removed stray (extra) semicolon - no effect.

parent 284ee51b
No related branches found
No related tags found
No related merge requests found
...@@ -1287,7 +1287,7 @@ int SMBCALL smb_hfield_add_netaddr(smbmsg_t* msg, uint16_t type, const char* add ...@@ -1287,7 +1287,7 @@ int SMBCALL smb_hfield_add_netaddr(smbmsg_t* msg, uint16_t type, const char* add
p++; p++;
SKIP_WHITESPACE(p); SKIP_WHITESPACE(p);
if(*p == 0) if(*p == 0)
return SMB_ERR_NOT_FOUND;; return SMB_ERR_NOT_FOUND;
addr = p; addr = p;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment