cline.c

changeset 32
51d6e45a7592
parent 31
27c3c1c6b768
child 33
1a2d7298bc82
equal deleted inserted replaced
31:27c3c1c6b768 32:51d6e45a7592
54 54
55 printf(helpText); 55 printf(helpText);
56 } 56 }
57 57
58 int exit_with_version(settings_t* settings) { 58 int exit_with_version(settings_t* settings) {
59 printf("cline - Revision: %s", VERSION); 59 printf("cline - Revision: %s\n", VERSION);
60 destroy_settings_t(settings); 60 destroy_settings_t(settings);
61 return 0; 61 return 0;
62 } 62 }
63 63
64 int exit_with_help(settings_t* settings, int code) { 64 int exit_with_help(settings_t* settings, int code) {

mercurial