Commit f2a17cf9 authored by kabi's avatar kabi

* fixing cut&paste bug


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1682 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b708f36c
......@@ -24,8 +24,8 @@
#if defined(CONFIG_OS2)
#include <stdlib.h>
static inline usleep(unsigned int t) { return _sleep2((t) / 1000); }
static inline float floatf(float x) { return floor(n); }
static inline int usleep(unsigned int t) { return _sleep2(t / 1000); }
static inline float floatf(float f) { return floor(f); }
static inline int strcasecmp(const char* s1, const char* s2) { return stricmp(s1,s2); }
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment