summaryrefslogtreecommitdiff
path: root/toxav/phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/phone.c')
-rwxr-xr-xtoxav/phone.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxav/phone.c b/toxav/phone.c
index b55a072c..6d4b5e6b 100755
--- a/toxav/phone.c
+++ b/toxav/phone.c
@@ -35,7 +35,6 @@
35#endif /* HAVE_CONFIG_H */ 35#endif /* HAVE_CONFIG_H */
36 36
37#define _BSD_SOURCE 37#define _BSD_SOURCE
38#define _GNU_SOURCE
39 38
40#include <stdio.h> 39#include <stdio.h>
41#include <string.h> 40#include <string.h>
@@ -671,7 +670,6 @@ int print_help ( const char* _name )
671 "\t[IP] (DHT ip)\n" 670 "\t[IP] (DHT ip)\n"
672 "\t[PORT] (DHT port)\n" 671 "\t[PORT] (DHT port)\n"
673 "\t[KEY] (DHT public key)\n" 672 "\t[KEY] (DHT public key)\n"
674 "P.S. Friends and key are stored in ./tox_phone.conf\n"
675 ,_name ); 673 ,_name );
676 return 1; 674 return 1;
677} 675}