libx52/utils
nirenjan 8e77d6f09b Correct type of loop variable
If `-Wpedantic` is given as part of CFLAGS, this flags a warning stating
that `int` and `size_t` are of different sizes. This simply changes the
type of `i` to `size_t` to match the output of `strlen`.
2020-06-04 15:48:57 -07:00
..
cli Update Doxygen documentation 2020-05-31 08:45:34 -07:00
test Correct type of loop variable 2020-06-04 15:48:57 -07:00
Makefile.am Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00