Mercurial > mplayer.hg
changeset 33563:73157186cc28
Rename #include guard in gui/ui/actions.h.
The name of the file has changed.
author | ib |
---|---|
date | Sun, 19 Jun 2011 11:42:24 +0000 |
parents | 56ab5d4f13e2 |
children | 7dd27b046712 |
files | gui/ui/actions.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.h Sun Jun 19 10:36:15 2011 +0000 +++ b/gui/ui/actions.h Sun Jun 19 11:42:24 2011 +0000 @@ -16,8 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPLAYER_GUI_PLAY_H -#define MPLAYER_GUI_PLAY_H +#ifndef MPLAYER_GUI_ACTIONS_H +#define MPLAYER_GUI_ACTIONS_H extern int uiGotoTheNext; @@ -35,4 +35,4 @@ void uiState(void); void uiStop(void); -#endif /* MPLAYER_GUI_PLAY_H */ +#endif /* MPLAYER_GUI_ACTIONS_H */