[MPlayer-dev-eng] [PATCH] modify_reg.c
Diego Biurrun
diego at biurrun.de
Mon Aug 6 10:49:58 CEST 2007
On Sun, Aug 05, 2007 at 08:08:05PM +0200, Carl Eugen Hoyos wrote:
>
> Attached is a new version of modify_reg.c, originally posted here:
> http://thread.gmane.org/gmane.comp.video.mplayer.devel/41177/focus=41186
>
> --- TOOLS/modify_reg.c (Revision 0)
> +++ TOOLS/modify_reg.c (Revision 0)
> @@ -0,0 +1,178 @@
> +#include <unistd.h>
> +#include <getopt.h>
> +#include "loader/registry.c"
Please add a standard license header.
> + for(i=0; i < reg_size; i++) {
> + if(!strcmp(regs[i].name, fullname))
I think spaces after for and if are preferred.
Diego
More information about the MPlayer-dev-eng
mailing list