Mercurial > mplayer.hg
changeset 35972:0e6cd2cc0824
Cosmetic: Format to MPlayer coding style.
author | ib |
---|---|
date | Thu, 28 Mar 2013 15:58:21 +0000 |
parents | cb1b178d3670 |
children | d1301d4ca6d8 |
files | gui/dialog/fileselect.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/fileselect.h Thu Mar 28 15:33:37 2013 +0000 +++ b/gui/dialog/fileselect.h Thu Mar 28 15:58:21 2013 +0000 @@ -27,8 +27,8 @@ #define fsAudioSelector 3 #define fsFontSelector 4 -extern GtkWidget * fsFileSelect; +extern GtkWidget *fsFileSelect; -void ShowFileSelect( int type, int modal ); +void ShowFileSelect(int type, int modal); #endif /* MPLAYER_GUI_FILESELECT_H */