From b6681e826340e0aa52e5dd92f51858efdd6c80ed Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Feb 2009 14:24:48 +0000 Subject: cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1535 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/ostest/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/examples') diff --git a/nuttx/examples/ostest/main.c b/nuttx/examples/ostest/main.c index 5f7683be6..636d8af13 100644 --- a/nuttx/examples/ostest/main.c +++ b/nuttx/examples/ostest/main.c @@ -1,7 +1,7 @@ /**************************************************************************** * main.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -499,5 +499,6 @@ int user_start(int argc, char *argv[]) printf("user_start: Started user_main at PID=%d\n", result); } + printf("user_start: Exitting\n"); return 0; } -- cgit v1.2.3