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

Commit d0307bee authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "charger: add locale global variable"

parents a6b77056 ca0e5044
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@

#include "minui/minui.h"

char *locale;

#ifndef max
#define max(a,b) ((a) > (b) ? (a) : (b))
#endif