Cosmetic fixes.

This commit is contained in:
Daiki Ueno
2011-02-18 14:03:51 +09:00
parent 3aa2e6f425
commit c3e10343b4
4 changed files with 6 additions and 6 deletions

View File

@ -87,9 +87,9 @@ main (int argc, char **argv)
error = NULL;
keyboard = eekboard_keyboard_new ("/com/redhat/eekboard/Keyboard",
connection,
NULL,
&error);
connection,
NULL,
&error);
if (error) {
g_printerr ("%s\n", error->message);
retval = 1;