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

Commit ad14a26c authored by lifr's avatar lifr
Browse files

Correct the name of enum UserType item

Test: Run statsd_testdrive
Bug: 153942334
Change-Id: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74
parent 8411d737
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ enum UpstreamType {

enum UserType {
    // Unknown.
    USER_UNKOWNN = 0;
    USER_UNKNOWN = 0;
    // Settings.
    USER_SETTINGS = 1;
    // System UI.