[MPlayer-dev-eng] [PATCH] function/struct name typo fix
Diego Biurrun
diego at biurrun.de
Thu Aug 14 12:15:49 CEST 2003
Hi!
I'd commit this directly, but I'd like to know if it is safe and OK to
commit these kinds of fixes in the future or whether these spelling
fixes are considered cosmetic and not worth touching. If noone objects
I'll commit this tomorrow, but I'd like to know for the future.
Thanks
Diego
--- Gui/interface.h 5 Feb 2003 23:00:44 -0000 1.36
+++ Gui/interface.h 14 Aug 2003 12:25:08 -0000
@@ -24,7 +24,7 @@
{
int signal;
char module[512];
-} guiUnknowErrorStruct;
+} guiUnknownErrorStruct;
typedef struct
{
@@ -54,9 +54,9 @@
typedef struct
{
int message;
- guiResizeStruct resize;
- guiVideoStruct videodata;
- guiUnknowErrorStruct error;
+ guiResizeStruct resize;
+ guiVideoStruct videodata;
+ guiUnknownErrorStruct error;
void * sh_video;
void * demuxer;
More information about the MPlayer-dev-eng
mailing list