summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1adf9d5..cd35da6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -8,7 +8,7 @@
int main (int argc, char * argv[]) {
struct dc_program * p = dc_program_init();
struct dc_client * client = dc_client_init();
- lws_set_log_level(0xFF /* all message types */, NULL /* do not change output location - cerr */);
+ lws_set_log_level(0xFF /* all message types */, NULL /* not change output location - cerr */);
client->email = strdup(argv[1]);
client->password = strdup(argv[2]);
struct dc_api_io i = {