=================================================================== RCS file: /cvs/prex-old/usr/sample/thread/thread.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/usr/sample/thread/thread.c 2008/06/03 10:38:51 1.1.1.1 +++ prex-old/usr/sample/thread/thread.c 2008/08/13 17:12:42 1.1.1.1.2.1 @@ -133,14 +133,14 @@ * Raise this thread's priority. */ err = thread_setprio(main_th, 100); - + /* * Run threads as normal priority thread. */ thread_run(thread_A, stack[0]+1024); thread_run(thread_B, stack[1]+1024); thread_run(thread_C, stack[2]+1024); - + /* * Lower this thread's priority. */