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

« back to all changes in this revision

Viewing changes to SDL_imageFilter.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:
173
173
 
174
174
/* Ends C function definitions when using C++ */
175
175
#ifdef __cplusplus
176
 
};
 
176
}
177
177
#endif
178
178
 
179
179
#endif                          /* _SDL_imageFilter_h */