Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8582 → Rev 8583

/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");