Changeset 04c8bb5da416fb26239f21c319966d9f03449dcc
- Timestamp:
- 01/29/08 14:18:01
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1201612681 +0000
- git-parent:
[99da87a84b43806f69369ca4b5dcb7cffe9ce1f3]
- git-author:
- Rafaël Carré <funman@videolan.org> 1201612681 +0000
- Message:
loader: fix a warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r74da7a4 |
r04c8bb5 |
|
| 213 | 213 | int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT |
|---|
| 214 | 214 | //#define DETAILED_OUT |
|---|
| 215 | | static inline void dbgprintf(char* fmt, ...) |
|---|
| | 215 | static inline void dbgprintf(const char* fmt, ...) |
|---|
| 216 | 216 | { |
|---|
| 217 | 217 | #ifdef DETAILED_OUT |
|---|