git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5743 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-12-23 23:26:12 +00:00
parent b2e54a92e3
commit 56fc4e779e
@@ -49,7 +49,6 @@ struct ssnd_chunk
// samples[] // samples[]
} _PACKED; } _PACKED;
#if DEBUG
inline const char * string_for_compression(uint32 compression) inline const char * string_for_compression(uint32 compression)
{ {
static char s[64]; static char s[64];
@@ -80,6 +79,5 @@ inline const char * string_for_compression(uint32 compression)
return s; return s;
} }
} }
#endif
#endif #endif