We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 708 - missing arguments in main in testmmousetablet.c
Summary: missing arguments in main in testmmousetablet.c
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: x86 Windows (XP)
: P2 trivial
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-27 03:02 UTC by samisserious-libsdl
Modified: 2009-09-26 02:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description samisserious-libsdl 2009-02-27 03:02:40 UTC
In line 8 beginns the main function from testmmousetablet.c and there are the arguments missing.
It should be something like this:
main( int argc, char** argv)
or
main( int argc, char *argv[])
Comment 1 Sam Lantinga 2009-09-26 02:59:02 UTC
It looks like this is fixed.  Thanks!