diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-13 15:31:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-13 15:31:41 +0200 |
commit | 73212bc1a1c409c90827e718e4b9f56ffd7f624e (patch) | |
tree | db71725bdd167fb687e4c2a4bc95db434c1e6a22 /menu.h | |
parent | 75643deaeb69f89c7334b3c9fb275088a4879fea (diff) | |
download | vdr-73212bc1a1c409c90827e718e4b9f56ffd7f624e.tar.gz vdr-73212bc1a1c409c90827e718e4b9f56ffd7f624e.tar.bz2 |
Fixed a typo
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,11 +4,11 @@ * See the main source file 'vdr.c' for copyright information and * 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 -#define _MENU_H +#ifndef __MENU_H +#define __MENU_H #include "dvbapi.h" #include "osd.h" @@ -142,4 +142,4 @@ public: static void ClearLastReplayed(const char *FileName); }; -#endif //_MENU_H +#endif //__MENU_H |