swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit f0477fa60d0c1b4b8434b8cc0db09492aac4c9f4
parent 493a5c10fe60f4a19d7b6f0a03daa9ac09806f04
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  6 Dec 2013 00:40:30 -0800

keyboard: Use ERROR

Diffstat:
Mlibswc/keyboard.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswc/keyboard.c b/libswc/keyboard.c @@ -67,7 +67,7 @@ bool swc_keyboard_initialize(struct swc_keyboard * keyboard) { if (!swc_xkb_initialize(&keyboard->xkb)) { - printf("could not initialize XKB\n"); + ERROR("Could not initialize XKB\n"); goto error0; }