X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctypes.h;fp=lib%2Fsilcutil%2Fsilctypes.h;h=5200fc9b58e2024f7e4177d3f82958de043cb569;hp=63412c3eaf05bdef72a2225cd8623150378fc6e1;hb=f19a8d863dac9415de5acf7bee0b55a15780b4b5;hpb=306cc839060cf3f1175ddad4a7da434b6a436d09 diff --git a/lib/silcutil/silctypes.h b/lib/silcutil/silctypes.h index 63412c3e..5200fc9b 100644 --- a/lib/silcutil/silctypes.h +++ b/lib/silcutil/silctypes.h @@ -262,7 +262,7 @@ typedef float SilcFloat32; * 64-bit floating point number. * ***/ -typedef double SilcFloat64 +typedef double SilcFloat64; #if SILC_SIZEOF_VOID_P < 4 typedef SilcUInt32 * void *;