From bf950ea7586c558205a7315419d015263f53e4e4 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sun, 2 Mar 2008 16:13:25 -0500 Subject: fixed missing white space (This used to be commit 71e86f13b0ace3841c6712084728c79db74ff803) --- source3/include/libsmbclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/libsmbclient.h') diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 78f5931221..bfed71de1c 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -1016,6 +1016,7 @@ void smbc_option_set(SMBCCTX *context, char *option_name, ... /* option_value */); + /* * @DEPRECATED. Use smbc_getOption*() functions instead. */ -- cgit