diff options
| author | Antonin Descampe <antonin@gmail.com> | 2006-01-20 16:53:05 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2006-01-20 16:53:05 +0000 |
| commit | 6a52f1a9df27215454b6ac9d9537d621882eb2c0 (patch) | |
| tree | 815044f42244799d5c9bb200a4dd106f3525d279 /libopenjpeg/event.c | |
| parent | 197b0505cb07544104f336d56384655c1f589f91 (diff) | |
fixed various minor warnings with gdcm patches
Diffstat (limited to 'libopenjpeg/event.c')
| -rw-r--r-- | libopenjpeg/event.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libopenjpeg/event.c b/libopenjpeg/event.c index d105cca2..248ef6e3 100644 --- a/libopenjpeg/event.c +++ b/libopenjpeg/event.c @@ -26,9 +26,9 @@ #include "opj_includes.h" -// ========================================================== -// Utility functions -// ========================================================== +/* ========================================================== + Utility functions + ==========================================================*/ #ifndef WIN32 static char* @@ -57,7 +57,7 @@ _itoa(int i, char *a, int r) { return a; } -#endif // !WIN32 +#endif /* !WIN32 */ /* ----------------------------------------------------------------------- */ |
