Commit fa2ab697 authored by Shailendra Verma's avatar Shailendra Verma Committed by Kalle Valo

ray_cs: Change 1 to true for bool type variable.

The variable translate is bool type. So assigning true instead of 1.
Signed-off-by: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 57670ee8
......@@ -143,7 +143,7 @@ static int psm;
static char *essid;
/* Default to encapsulation unless translation requested */
static bool translate = 1;
static bool translate = true;
static int country = USA;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment