diff options
author | zaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-11-08 02:27:31 +0000 |
---|---|---|
committer | zaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-11-08 02:27:31 +0000 |
commit | 2318dd8c0d4a853f611c48f980f2b9366c826233 (patch) | |
tree | 1d440425cd511bd8418c14b93bf5a6b970520f4c /navit/main.c | |
parent | 753061b174a0ba5a0dd00a0f4b0aac511520bd79 (diff) | |
download | navit-2318dd8c0d4a853f611c48f980f2b9366c826233.tar.gz |
Add:win32:Make all directories relative to the navit.exe path
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1692 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/main.c')
-rw-r--r-- | navit/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/main.c b/navit/main.c index c9892f918..83953b046 100644 --- a/navit/main.c +++ b/navit/main.c @@ -124,7 +124,6 @@ main_remove_navit(struct navit *nav) event_main_loop_quit(); } - void main_init(char *program) { |