diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-07-17 01:09:47 +0200 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2020-07-23 09:39:53 +0300 |
commit | ddd1188d971283e6cbcd7bcf8cbc056a75b91ced (patch) | |
tree | 833ba3f8d9ec8218ff163e95913d6c6b37ab350e /src/compose/paths.h | |
parent | 17ad0df14ad3414de3d69e75f448a1f4acb637c3 (diff) | |
download | libxkbcommon-ddd1188d971283e6cbcd7bcf8cbc056a75b91ced.tar.gz libxkbcommon-ddd1188d971283e6cbcd7bcf8cbc056a75b91ced.tar.bz2 libxkbcommon-ddd1188d971283e6cbcd7bcf8cbc056a75b91ced.zip |
Make path retrieval consistent in xkb_compose_table_new_from_locale()
Diffstat (limited to 'src/compose/paths.h')
-rw-r--r-- | src/compose/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compose/paths.h b/src/compose/paths.h index 53d7415..bc5150f 100644 --- a/src/compose/paths.h +++ b/src/compose/paths.h @@ -30,7 +30,7 @@ resolve_locale(const char *locale); const char * get_xlocaledir_path(void); -const char * +char * get_xcomposefile_path(void); char * |