summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 00ebb5f..87c3b18 100644
--- a/test.c
+++ b/test.c
@@ -37,7 +37,7 @@ int main(void)
, user->city, user->state, user->zip, user->country
, user->homephone, user->workphone, user->mobilephone
, user->pagerphone, user->contactinfo, user->comments
- , user->signature, &user->lang[0], user->privileged
+ , user->signature, user->lang, user->privileged
, user->disabled);
free(name);
if (user)