Some more stuff found:
In gui/cfg.g line 223 (should be option sp_inside_square):
c = s[ strlen(s) - 1 ];
^ ^
In /gui/mplayer/gtk/about.c line 349 (seems to be a bug, there is a error
message from uncrustify):
gtk_window_add_accel_group(GTK_WINDOW(About), accel_group);
return About;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
}
Ingo