Mercurial > mplayer.hg
changeset 31332:8b0734633619
get_path.c was renamed to path.c.
author | diego |
---|---|
date | Mon, 14 Jun 2010 11:10:49 +0000 |
parents | f1fffb77cd71 |
children | b11048ce9979 |
files | TOOLS/modify_reg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/modify_reg.c Mon Jun 14 09:34:54 2010 +0000 +++ b/TOOLS/modify_reg.c Mon Jun 14 11:10:49 2010 +0000 @@ -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;