Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8582 → Rev 8583

/programs/develop/backy/Backy.c
47,10 → 47,7
 
int main(int argc, char** argv)
{
if (con_init_console_dll()) return 1; // init fail.
 
con_set_title("Backy");
 
// ============================================================ //
// preprocessing arguments from the command line. ============= //
//
151,6 → 148,8
}
else
{
if (con_init_console_dll()) return 1; // init fail.
 
con_set_title("Useful info!");
 
#if defined (lang_en)
157,7 → 156,7
 
con_printf("\n Name: Backy");
con_printf("\n Date: %s", CREATION_DATE);
con_printf("\n Description: The programme for backing up a file.\n");
con_printf("\n Description: The programm for backing up a file.\n");
 
con_printf("\n Author: JohnXenox\n");
 
375,6 → 374,9
 
if(data == 0)
{
if (con_init_console_dll()) return 1; // init fail.
con_set_title("Backy");
 
#if defined (lang_en)
 
con_printf("\nThe file isn't found!\n");
/programs/develop/backy/gcc_version/Backy.c
47,10 → 47,7
 
int main(int argc, char** argv)
{
load_console();
 
con_set_title("Backy");
 
// ============================================================ //
// preprocessing arguments from the command line. ============= //
//
151,6 → 148,8
}
else
{
load_console();
 
con_set_title("Useful info!");
 
#if defined (lang_en)
375,6 → 374,9
 
if(data == 0)
{
load_console();
con_set_title("Backy");
 
#if defined (lang_en)
 
con_printf("\nThe file isn't found!\n");