summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbedit.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-01 01:34:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:27 -0500
commit47bf79eac5c5c23394778b7e20a5263be71a9c66 (patch)
treeba4b91d80f32f0c41d066b6737263d2229079098 /source4/lib/ldb/tools/ldbedit.c
parent2a13a7f09fdf273a913b649b2e47962be0fc8138 (diff)
downloadsamba-47bf79eac5c5c23394778b7e20a5263be71a9c66.tar.gz
samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.tar.bz2
samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.zip
r15370: Fix more dependencies for shared libs
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
Diffstat (limited to 'source4/lib/ldb/tools/ldbedit.c')
-rw-r--r--source4/lib/ldb/tools/ldbedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/ldbedit.c b/source4/lib/ldb/tools/ldbedit.c
index b4e2b0a848..f2cbeedb64 100644
--- a/source4/lib/ldb/tools/ldbedit.c
+++ b/source4/lib/ldb/tools/ldbedit.c
@@ -272,7 +272,7 @@ static void usage(void)
exit(1);
}
- int main(int argc, const char **argv)
+int main(int argc, const char **argv)
{
struct ldb_context *ldb;
struct ldb_result *result = NULL;