mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed a typo
This commit is contained in:
parent
75643deaeb
commit
73212bc1a1
8
menu.h
8
menu.h
@ -4,11 +4,11 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: menu.h 1.41 2002/03/31 13:53:23 kls Exp $
|
* $Id: menu.h 1.42 2002/04/13 15:31:41 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MENU_H
|
#ifndef __MENU_H
|
||||||
#define _MENU_H
|
#define __MENU_H
|
||||||
|
|
||||||
#include "dvbapi.h"
|
#include "dvbapi.h"
|
||||||
#include "osd.h"
|
#include "osd.h"
|
||||||
@ -142,4 +142,4 @@ public:
|
|||||||
static void ClearLastReplayed(const char *FileName);
|
static void ClearLastReplayed(const char *FileName);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //_MENU_H
|
#endif //__MENU_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user