From 7d89c7c17bcedd33dae7d3200104dc0643a753f6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 24 Mar 2010 07:45:15 -0400 Subject: idl: fix comment and convert whitespaces to tabs --- librpc/idl/idl_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl/idl_types.h') diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h index d763a8b22a..72165cf22e 100644 --- a/librpc/idl/idl_types.h +++ b/librpc/idl/idl_types.h @@ -48,7 +48,7 @@ #define utf8string [flag(STR_UTF8|STR_NULLTERM)] string /* - an utf8 string prefixed with [length], 32 bits + an utf8 string prefixed with [size], 32 bits not null terminated */ #define utf8string2 [flag(STR_SIZE4|STR_UTF8|STR_NOTERM)] string -- cgit