fade: cosmetic cleanups
[paraslash.git] / filter.h
index 456a50de3a79c942299ddea50f21fc2169fac9f4..9956619c94c7bd5a93138270491b9dfdd9bbacec 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -301,7 +301,7 @@ void *(*parse_config)(int argc, char **argv);
 };
 
 
 };
 
 
-static inline void write_int16_host_endian(char *buf, int16_t val)
+static inline void write_int16_host_endian(char *buf, int val)
 {
 #ifdef WORDS_BIGENDIAN
        *buf = val >> 8;
 {
 #ifdef WORDS_BIGENDIAN
        *buf = val >> 8;