Fixed a comment.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2432 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,6 +26,6 @@ rldmain(void *_args)
|
|||||||
if (entry == NULL)
|
if (entry == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
// call the program entry point (usually main())
|
// call the program entry point (usually _start())
|
||||||
return ((int (*)(void *))entry)(args);
|
return ((int (*)(void *))entry)(args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user