From 7c64ca00e9dcd6b2d3c0647145aa8cc92e447acd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 5 Sep 2010 19:13:48 +0000 Subject: paging debug fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2922 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/task_start.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/sched/task_start.c') diff --git a/nuttx/sched/task_start.c b/nuttx/sched/task_start.c index add6409e7..5d1e74180 100644 --- a/nuttx/sched/task_start.c +++ b/nuttx/sched/task_start.c @@ -1,7 +1,7 @@ /**************************************************************************** * sched/task_start.c * - * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -108,7 +108,8 @@ void task_start(void) } /* Call the 'main' entry point passing argc and argv. If/when - * the task returns, */ + * the task returns. + */ exit(tcb->entry.main(argc, tcb->argv)); } -- cgit v1.2.3