Skip to content

Commit 17685a8

Browse files
kisbghaesik
authored andcommitted
Removed unused break in iotjs_env.c (#1927)
IoT.js-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu
1 parent 6026570 commit 17685a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iotjs_env.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ bool iotjs_environment_parse_command_line_arguments(iotjs_environment_t* env,
190190
}
191191
fprintf(stderr, "\n");
192192
return false;
193-
} break;
193+
}
194194
case OPT_MEM_STATS: {
195195
env->config.memstat = true;
196196
} break;

0 commit comments

Comments
 (0)