Loading media/libstagefright/foundation/ADebug.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ long ADebug::GetLevelFromSettingsString( ++current; } // check for : char *colon = strchr(current, ':'); const char *colon = strchr(current, ':'); // get level char *end; Loading Loading
media/libstagefright/foundation/ADebug.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ long ADebug::GetLevelFromSettingsString( ++current; } // check for : char *colon = strchr(current, ':'); const char *colon = strchr(current, ':'); // get level char *end; Loading