--- sourceforge.net/trunk/rdesktop/parse.h 2000/08/15 10:23:24 10 +++ sourceforge.net/trunk/rdesktop/parse.h 2001/06/20 13:54:48 28 @@ -23,7 +23,7 @@ { unsigned char *p; unsigned char *end; - unsigned char *data; + unsigned char *data; unsigned int size; /* Offsets of various headers */ @@ -65,7 +65,7 @@ #define in_uint16(s,v) in_uint16_be(s,v) #define in_uint32(s,v) in_uint32_be(s,v) #define out_uint16(s,v) out_uint16_be(s,v) -#define out_uint32(s,v) out_uint32_be(s,b) +#define out_uint32(s,v) out_uint32_be(s,v) #else #define next_be(s,v) v = ((v) << 8) + *((s)->p++);