big oopsies! fix.

SVN revision: 15982
This commit is contained in:
Carsten Haitzler 2005-08-01 09:12:03 +00:00
parent d45c9c3732
commit efb0011832
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ e_prefix_locale_get(void)
}
const char *
e_preifx_bin_get(void)
e_prefix_bin_get(void)
{
return _prefix_path_bin;
}
@ -138,7 +138,7 @@ e_prefix_data_get(void)
}
const char *
e_preifx_lib_get(void)
e_prefix_lib_get(void)
{
return _prefix_path_lib;
}