fix: cppcheck
This commit is contained in:
@@ -279,7 +279,7 @@ static void usage(char *cmd)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int opt = 0;
|
||||
struct runtime rte = {0};
|
||||
struct runtime rte = {};
|
||||
while ((opt = getopt(argc, argv, "f:tvh")) != -1)
|
||||
{
|
||||
switch (opt)
|
||||
|
||||
Reference in New Issue
Block a user