unknow --> unknown as discussed on dev-eng

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10612 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-08-15 11:55:21 +00:00
parent b2c6da07e0
commit 52fe5ee4f9
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ typedef struct
{
int signal;
char module[512];
} guiUnknowErrorStruct;
} guiUnknownErrorStruct;
typedef struct
{
@ -56,7 +56,7 @@ typedef struct
int message;
guiResizeStruct resize;
guiVideoStruct videodata;
guiUnknowErrorStruct error;
guiUnknownErrorStruct error;
void * sh_video;
void * demuxer;