summaryrefslogtreecommitdiff
path: root/test/filecomp.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-02 11:50:01 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-02 12:20:59 -0400
commit3f0034a990acfa3587c975306a37f7b455fb3d62 (patch)
treeef25b2145c83d8633f66cc790a5e05768b3be289 /test/filecomp.c
parent5669e1a82d24af8ebb6653f75a80f8b11279a6fc (diff)
Rename public entry points to lowercase and underscore
Diffstat (limited to 'test/filecomp.c')
-rw-r--r--test/filecomp.c2
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) {