Weird int const chenged to const int in main().

This commit is contained in:
Alexander Andreev 2022-10-07 03:46:56 +04:00
parent e68a52b95c
commit 4e69cde16d
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "main.h"
int main(int const argc, const char * const * const argv) {
int main(const int argc, const char * const * const argv) {
price_t price;
wattage_t wattage;
interval_t interval = 0;