summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-03-03 18:25:49 -0500
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-03-03 18:25:49 -0500
commit76ba37ac46b4a77fe228ca90635fa19140541ccd (patch)
tree6767a7862e1c84bc505f71cc9d60196044f101c0 /examples
parenta67f96fbe9683b46c2149f7cb439d13f7f0e6ecd (diff)
downloadsamba-76ba37ac46b4a77fe228ca90635fa19140541ccd.tar.gz
Missed a few 'deprecated' markers
Diffstat (limited to 'examples')
-rw-r--r--examples/libsmbclient/testbrowse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/testbrowse.c b/examples/libsmbclient/testbrowse.c
index c4ca6667e01..a7eda365af9 100644
--- a/examples/libsmbclient/testbrowse.c
+++ b/examples/libsmbclient/testbrowse.c
@@ -122,7 +122,7 @@ main(int argc, char * argv[])
/* ... then set the option to do so */
smbc_setOptionDebugToStderr(context, 1);
}
-
+
/* Initialize the context using the previously specified options */
if (!smbc_init_context(context)) {
smbc_free_context(context, 0);