summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-21 09:14:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-21 09:14:56 +0200
commit95685c842a9333cff040e8d788c7f99ae61b2774 (patch)
tree75d7664dc27eb12706678818a6f24d80d97e2d10 /HISTORY
parentd39c72d088c18ec0a789d4c9df1ec6a961a1acf0 (diff)
downloadvdr-95685c842a9333cff040e8d788c7f99ae61b2774.tar.gz
vdr-95685c842a9333cff040e8d788c7f99ae61b2774.tar.bz2
Added a missing 'public' keyword
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9d7f3683..2d41bd02 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1515,3 +1515,4 @@ Video Disk Recorder Revision History
This is the diff for the 'setup' example that comes with VDR, so your line
numbers may be different.
+- Added a missing 'public' keyword in device.h (thanks to Martin Hammerschmid).