Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 38c2993 commit 0785a1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/win32/plugins/filed/mssqlvdi-fd.c
Expand Up @@ -396,8 +396,7 @@ static bRC handlePluginEvent(bpContext *ctx, bEvent *event, void *value)
switch (event->eventType) {
case bEventLevel:
p_ctx->backup_level = (int64_t)value;
retval = bRC_OK;
break;
return bRC_OK;
case bEventRestoreCommand:
/*
* Fall-through wanted
Expand Down

0 comments on commit 0785a1c

Please sign in to comment.