Fixed a typo in svdrp.c

This commit is contained in:
Klaus Schmidinger
2020-06-22 20:59:49 +02:00
parent f5dba03447
commit 8bd2ed1494
3 changed files with 4 additions and 2 deletions

View File

@@ -9483,3 +9483,4 @@ Video Disk Recorder Revision History
their Makefiles accordingly by adding the line 'PKG_CONFIG ?= pkg-config' and
replacing every occurrence of 'pkg-config' with '$(PKG_CONFIG)', as can be seen in
the Makefiles of the plugins that come with the VDR source.
- Fixed a typo in svdrp.c (thanks to Tobias Grimm).