Fixed comment (just to make sure that committing still works after all these months).

This commit is contained in:
oliverschmidt 2009-02-27 07:57:13 +00:00
parent 03cfa78310
commit 03e7eb2535
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
*
* 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>
@ -91,7 +91,7 @@ main(void)
close(STDOUT_FILENO);
#if !UIP_LOGGING && !LOG_CONF_ENABLED
close(STDERR_FILENO);
#endif /* !WITH_PFS */
#endif /* !UIP_LOGGING && !LOG_CONF_ENABLED */
process_init();

View file

@ -30,7 +30,7 @@
*
* 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>
@ -91,7 +91,7 @@ main(void)
close(STDOUT_FILENO);
#if !UIP_LOGGING && !LOG_CONF_ENABLED
close(STDERR_FILENO);
#endif /* !WITH_PFS */
#endif /* !UIP_LOGGING && !LOG_CONF_ENABLED */
process_init();