diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llimagej2coj/llimagej2coj.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llimagej2coj/llimagej2coj.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llimagej2coj/llimagej2coj.cpp b/linden/indra/llimagej2coj/llimagej2coj.cpp index 01868fd..478cc84 100644 --- a/linden/indra/llimagej2coj/llimagej2coj.cpp +++ b/linden/indra/llimagej2coj/llimagej2coj.cpp | |||
@@ -58,14 +58,14 @@ void fallbackDestroyLLImageJ2CImpl(LLImageJ2CImpl* impl) | |||
58 | } | 58 | } |
59 | 59 | ||
60 | /** | 60 | /** |
61 | sample error callback expecting a FILE* client object | 61 | sample error callback expecting a LLFILE* client object |
62 | */ | 62 | */ |
63 | void error_callback(const char* msg, void*) | 63 | void error_callback(const char* msg, void*) |
64 | { | 64 | { |
65 | lldebugs << "LLImageJ2CImpl error_callback: " << msg << llendl; | 65 | lldebugs << "LLImageJ2CImpl error_callback: " << msg << llendl; |
66 | } | 66 | } |
67 | /** | 67 | /** |
68 | sample warning callback expecting a FILE* client object | 68 | sample warning callback expecting a LLFILE* client object |
69 | */ | 69 | */ |
70 | void warning_callback(const char* msg, void*) | 70 | void warning_callback(const char* msg, void*) |
71 | { | 71 | { |