summaryrefslogtreecommitdiffstats
path: root/hcid/passkey-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/passkey-agent.c')
-rw-r--r--hcid/passkey-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/passkey-agent.c b/hcid/passkey-agent.c
index 8a5442ef..e47afe6b 100644
--- a/hcid/passkey-agent.c
+++ b/hcid/passkey-agent.c
@@ -277,7 +277,7 @@ static struct option main_options[] = {
{ 0, 0, 0, 0 }
};
-int main(int argc, char **argv)
+int main(int argc, char *argv[])
{
struct sigaction sa;
DBusConnection *conn;