mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
The logic of `stdimpl_strcmp()` was needlessly complicated and not understood by scan-build. This change fixes the warning and makes the code more readable. Found via scan-build.