~ubuntu-branches/ubuntu/quantal/sdlgfx/quantal

« back to all changes in this revision

Viewing changes to SDL_rotozoom.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2004-07-27 18:41:13 UTC
  • Revision ID: james.westby@ubuntu.com-20040727184113-rwhf4lup53j8xr82
Tags: 2.0.9-4
* debian/control:
  + Set policy to 3.6.1.1.
* *.h:
  + Removed extra ';' in extern "C" constructs (Closes: #260582).

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
/* Ends C function definitions when using C++ */
95
95
#ifdef __cplusplus
96
 
};
 
96
}
97
97
#endif
98
98
 
99
99
#endif                          /* _SDL_rotozoom_h */