diff options
author | Jan Schmidt <jan@centricular.com> | 2018-06-01 17:07:19 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2018-06-01 17:07:19 +1000 |
commit | 30e5cbcb42262e6981cf3eafaf5d29ea144fbac5 (patch) | |
tree | 1a6fbfdb7714075416d14cf04e939702ba854950 /sys | |
parent | 948866a67383d7945dc6eeeb560bad3fb732bbd4 (diff) |
dvb: Fix typo in comment termination
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dvb/camconditionalaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dvb/camconditionalaccess.h b/sys/dvb/camconditionalaccess.h index 8ef431e52..fef56cef5 100644 --- a/sys/dvb/camconditionalaccess.h +++ b/sys/dvb/camconditionalaccess.h @@ -19,7 +19,7 @@ * License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. - *V/ + */ #ifndef CAM_CONDITIONAL_ACCESS_H #define CAM_CONDITIONAL_ACCESS_H |