Skip to content

Commit

Permalink
[SQUASH ME] add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Apr 10, 2015
1 parent 8845c25 commit 1d8dedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/shell/commands/sc_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void _netif_list(kernel_pid_t dev)

if ((entry != NULL) && (entry->flags & NG_IPV6_NETIF_FLAGS_SIXLOWPAN)) {
printf("6LO ");
linebreak = true
linebreak = true;
}
#endif

Expand Down

0 comments on commit 1d8dedd

Please # to comment.