Skip to content
Snippets Groups Projects
Commit 2ad8d211 authored by Ronnie Sahlberg's avatar Ronnie Sahlberg
Browse files

strcmp: change all !str[n]cmp to str[n]cmp == 0


Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase.

Issue #231

Signed-off-by: default avatarRonnie Sahlberg <ronniesahlberg@gmail.com>
parent 3631e82c
No related branches found
No related tags found
No related merge requests found
Showing
with 102 additions and 98 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment