Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19712 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-01-05 19:53:45 +00:00
parent 92870c3b39
commit 2ca64e4886
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2006, Haiku, Inc. All Rights Reserved. * Copyright 2002-2007, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
@ -1764,7 +1764,7 @@ extern "C" void
RegisterDevices(input_device_ref** devices) RegisterDevices(input_device_ref** devices)
{ {
CALLED(); CALLED();
}; }
BView * BView *
@ -1774,8 +1774,11 @@ instantiate_deskbar_item()
} }
// #pragma mark -
int int
main() main(int /*argc*/, char** /*argv*/)
{ {
InputServer *inputServer = new InputServer; InputServer *inputServer = new InputServer;