Skip to content

Commit

Permalink
Fix missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent da3ca7c commit a183d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dird/ua_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static int do_label(UAContext *ua, const char *cmd, bool relabel)
ua->warning_msg(_("Storage has non-native protocol.\n"));
return 1;
}
break;
default:
break;
}
Expand Down

0 comments on commit a183d79

Please sign in to comment.