Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
extra space
There was an extra space in the phrase "Maximum PIDs" that prevented it to be merged with another similar. The space looks unuseful.
  • Loading branch information
mario-tux authored and perexg committed Jul 3, 2015
1 parent 6c74cb5 commit 4937bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -89,7 +89,7 @@ const idclass_t linuxdvb_frontend_class =
{
.type = PT_INT,
.id = "pids_max",
.name = N_("Maximum PIDs "),
.name = N_("Maximum PIDs"),
.off = offsetof(linuxdvb_frontend_t, lfe_pids_max),
.opts = PO_ADVANCED,
.def.i = 32
Expand Down

0 comments on commit 4937bd2

Please sign in to comment.