diff options
Diffstat (limited to 'addressbook/gui/contact-editor/test-editor.c')
-rw-r--r-- | addressbook/gui/contact-editor/test-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 2850f38e11..7a438a85bc 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -85,7 +85,7 @@ gint main( gint argc, gchar *argv[] ) cardstr = NULL; if (argc == 2) - cardstr = read_file (argv [1]); + cardstr = read_file (argv[1]); if (cardstr == NULL) cardstr = TEST_VCARD; |