Fix c5471 signal handling + deallocation bug

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@44 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-03-08 18:34:11 +00:00
parent 4f27f52615
commit a0dffbf481
12 changed files with 109 additions and 17 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ int user_start(int parm1, int parm2, int parm3, int parm4)
}
else
{
printf("user_start: Started user_main at PID=%d\n", result);
printf("user_start: Started user_main at PID=%d\n", result);
}
return 0;