Fixed typo.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3428 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-06-04 21:08:11 +00:00
parent e89cde31e4
commit c41e89d3da

View File

@ -57,7 +57,7 @@ struct app_info {
// watching request flags
enum {
B_REQUEST_LAUNCH = 0x00000001,
B_REQUEST_LAUNCHED = 0x00000001,
B_REQUEST_QUIT = 0x00000002,
B_REQUEST_ACTIVATED = 0x00000004,
};