summaryrefslogtreecommitdiff
path: root/epgsearchcats.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchcats.c')
-rw-r--r--epgsearchcats.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epgsearchcats.c b/epgsearchcats.c
index 93d0e57..32c52f7 100644
--- a/epgsearchcats.c
+++ b/epgsearchcats.c
@@ -102,9 +102,10 @@ bool cSearchExtCat::Parse(const char *s)
break;
}
case 5:
- searchmode = atoi(value);
+ searchmode = atoi(value);
+ break;
+ default:
break;
- break;
} //switch
}
parameter++;