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

Summary: missing arguments in main in testmmousetablet.c
Product: SDL Reporter: samisserious-libsdl
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows (XP)   

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!