Files
xbps/bin/xbps-fetch/main.c
Érico Rolim 2047dac6a0 xbps-fetch: use standards compliant struct initializer.
Initializing structs with '{}' is supported on most compilers, but not
defined in the standard. The correct initializer for this is '{0}'.

Spotted with cproc.
2021-02-04 23:09:36 +01:00

4.7 KiB