Closed rhwlo closed 8 years ago
This adds a runes.conf.default with the default settings listed as comments, and adds an explicit return 0 to the main function of runesc.c to allow it to compile with -Werror=return-type.
runes.conf.default
return 0
main
runesc.c
-Werror=return-type
This adds a
runes.conf.default
with the default settings listed as comments, and adds an explicitreturn 0
to themain
function ofrunesc.c
to allow it to compile with-Werror=return-type
.