Fixed comment (just to make sure that committing still works after all these months).
This commit is contained in:
parent
03cfa78310
commit
03e7eb2535
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-main.c,v 1.5 2008/07/06 07:34:34 oliverschmidt Exp $
|
* $Id: contiki-main.c,v 1.6 2009/02/27 07:57:13 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -91,7 +91,7 @@ main(void)
|
||||||
close(STDOUT_FILENO);
|
close(STDOUT_FILENO);
|
||||||
#if !UIP_LOGGING && !LOG_CONF_ENABLED
|
#if !UIP_LOGGING && !LOG_CONF_ENABLED
|
||||||
close(STDERR_FILENO);
|
close(STDERR_FILENO);
|
||||||
#endif /* !WITH_PFS */
|
#endif /* !UIP_LOGGING && !LOG_CONF_ENABLED */
|
||||||
|
|
||||||
process_init();
|
process_init();
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-main.c,v 1.21 2008/07/06 07:32:20 oliverschmidt Exp $
|
* $Id: contiki-main.c,v 1.22 2009/02/27 07:57:14 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -91,7 +91,7 @@ main(void)
|
||||||
close(STDOUT_FILENO);
|
close(STDOUT_FILENO);
|
||||||
#if !UIP_LOGGING && !LOG_CONF_ENABLED
|
#if !UIP_LOGGING && !LOG_CONF_ENABLED
|
||||||
close(STDERR_FILENO);
|
close(STDERR_FILENO);
|
||||||
#endif /* !WITH_PFS */
|
#endif /* !UIP_LOGGING && !LOG_CONF_ENABLED */
|
||||||
|
|
||||||
process_init();
|
process_init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue