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

Commit 52508091 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Silence healthd warnings."

parents 6698ebf9 82044f84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
namespace android {

struct sysfsStringEnumMap {
    char* s;
    const char* s;
    int val;
};