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

Commit ae839035 authored by John Grossman's avatar John Grossman Committed by Android Git Automerger
Browse files

am f007bd3c: common_time: Fix a small build warning.

* commit 'f007bd3c':
  common_time: Fix a small build warning.
parents b2977a45 f007bd3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ bool CommonTimeServer::arbitrateMaster(

static void hexDumpToString(const uint8_t* src, size_t src_len,
                            char* dst, size_t dst_len) {
    size_t offset;
    size_t offset = 0;
    size_t i;

    for (i = 0; (i < src_len) && (offset < dst_len); ++i) {