/+junk/c_sdl_joypad

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad

« back to all changes in this revision

Viewing changes to game_utils.c

  • Committer: Gustav Hartvigsson
  • Date: 2014-01-11 23:37:04 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140111233704-5wvmitumszjjypy4
* Ignore ./html/

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  );
46
46
  
47
47
  va_list args;
48
 
  va_start (args, str);
 
48
  va_start (args, format);
49
49
  vfprintf (stderr, str, args);
50
50
  va_end (args);
51
51