SIGN IN SIGN UP

Fix compilation error

Fix the following warning/error:

    ../app/src/cli.c:2158:17: warning: a label can only be part of a
    statement and a declaration is not a statement [-Wpedantic]

With some compilers, this is an error rather than a pedantic warning.

Refs <https://github.com/Genymobile/scrcpy/issues/2256#issuecomment-1467008307>
R
Romain Vimont committed
4135c411af419f4f86dc9ec9301c88012d616c49
Parent: 5e06163