[MPlayer-cvslog] r31398 - trunk/TOOLS/modify_reg.c
diego
subversion at mplayerhq.hu
Mon Jun 14 13:10:49 CEST 2010
Author: diego
Date: Mon Jun 14 13:10:49 2010
New Revision: 31398
Log:
get_path.c was renamed to path.c.
Modified:
trunk/TOOLS/modify_reg.c
Modified: trunk/TOOLS/modify_reg.c
==============================================================================
--- trunk/TOOLS/modify_reg.c Mon Jun 14 11:34:54 2010 (r31397)
+++ trunk/TOOLS/modify_reg.c Mon Jun 14 13:10:49 2010 (r31398)
@@ -31,7 +31,7 @@
#define mp_msg(t, l, ...) fprintf(stderr, __VA_ARGS__)
#endif
-#include "get_path.c"
+#include "path.c"
static void remove_key(long handle, const char* name) {
int i, len;
More information about the MPlayer-cvslog
mailing list