comparison cinst/mozilla.c @ 322:e30c9fee111a

Typo in debug output.
author Sascha Wilde <wilde@intevation.de>
date Mon, 07 Apr 2014 13:11:48 +0200
parents 1628615d904e
children 81a205fc651e
comparison
equal deleted inserted replaced
321:824ef90a6721 322:e30c9fee111a
621 FILE *input_stream; 621 FILE *input_stream;
622 622
623 switch (argc) 623 switch (argc)
624 { 624 {
625 case 1: 625 case 1:
626 DEBUGPRINTF("Opening STDIN for input..\n."); 626 DEBUGPRINTF("Opening STDIN for input...\n");
627 input_stream = stdin; 627 input_stream = stdin;
628 break; 628 break;
629 case 2: 629 case 2:
630 DEBUGPRINTF("Opening %s for input...\n", argv[1]); 630 DEBUGPRINTF("Opening %s for input...\n", argv[1]);
631 if ((input_stream = fopen(argv[1], "r")) == NULL) 631 if ((input_stream = fopen(argv[1], "r")) == NULL)

http://wald.intevation.org/projects/trustbridge/