mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-21 08:36:29 +03:00
Silence compiler warning
This commit is contained in:
@@ -1016,7 +1016,7 @@ int main(int argc, char *argv[]) {
|
||||
"%c%s version %s\n"
|
||||
"Copyright see https://github.com/avrdudes/avrdude/blob/main/AUTHORS\n"
|
||||
"Use https://github.com/avrdudes/avrdude/issues to report bugs and ask questions\n",
|
||||
toupper(*progname), *progname? progname+1: "", AVRDUDE_FULL_VERSION
|
||||
toupper((uint8_t) *progname), *progname? progname+1: "", AVRDUDE_FULL_VERSION
|
||||
);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user