Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Oct 23, 2015
1 parent 10fe486 commit 1c986cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dird/dird_conf.c
Expand Up @@ -1971,6 +1971,7 @@ bool FILESETRES::print_config(POOL_MEM &buff, bool hide_sensitive_data)
Emsg1(M_ERROR, 0, _("Unknown compression include/exclude option: %c\n"), *p);
break;
}
break;
default:
Emsg1(M_ERROR, 0, _("Unknown compression include/exclude option: %c\n"), *p);
break;
Expand Down

0 comments on commit 1c986cc

Please sign in to comment.