diff options
author | Björn Jacke <bj@sernet.de> | 2008-04-09 18:20:07 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-10 08:55:57 +0200 |
commit | 67be6b3af7b338cdcc03e5d0bcdbe6e8c46f4a2b (patch) | |
tree | ad6a8d0aca5ec7d781abb25986cb44b255c1a5d3 /source3/nsswitch | |
parent | 8d7c7c674a2c763ccb95bd3ba63a7c9479cfc993 (diff) | |
download | samba-67be6b3af7b338cdcc03e5d0bcdbe6e8c46f4a2b.tar.gz samba-67be6b3af7b338cdcc03e5d0bcdbe6e8c46f4a2b.tar.xz samba-67be6b3af7b338cdcc03e5d0bcdbe6e8c46f4a2b.zip |
fix some extrasemi compile warnings
(This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/libwbclient/wbclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.c b/source3/nsswitch/libwbclient/wbclient.c index e17296283f0..b52c6b01e47 100644 --- a/source3/nsswitch/libwbclient/wbclient.c +++ b/source3/nsswitch/libwbclient/wbclient.c @@ -115,7 +115,7 @@ const char *wbcErrorString(wbcErr error) } return "unknown wbcErr value"; -}; +} /** @brief Free library allocated memory * |