Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;