diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-07-02 11:50:01 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-07-02 12:20:59 -0400 |
commit | 3f0034a990acfa3587c975306a37f7b455fb3d62 (patch) | |
tree | ef25b2145c83d8633f66cc790a5e05768b3be289 /test/filecomp.c | |
parent | 5669e1a82d24af8ebb6653f75a80f8b11279a6fc (diff) |
Rename public entry points to lowercase and underscore
Diffstat (limited to 'test/filecomp.c')
-rw-r--r-- | test/filecomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filecomp.c b/test/filecomp.c index d2b2d7b..0ff41f9 100644 --- a/test/filecomp.c +++ b/test/filecomp.c @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) exit(1); } - xkb = XkbcCompileKeymapFromFile(file, name); + xkb = xkb_compile_keymap_from_file(file, name); fclose(file); if (!xkb) { |