Commit 01dd3583 authored by Jan Kiene's avatar Jan Kiene Committed by Manuel Jander
Browse files

remove utf8 char in comment

parent 451db6bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ the United Nations Convention on Contracts on the International Sales of Goods.

#ifdef FIX_2192_OBJ_EDITING_EXT_METADATA
#define OBJ_EDIT_RADIUS_MAX    15.75f /* Max radius = (2^ISM_RADIUS_NBITS-1)*0.25 = 15.75 */
#define OBJ_EDIT_RADIUS_MAX_FX 8064   /* Q9, 15.75f (15.75  512 = 8064) */
#define OBJ_EDIT_RADIUS_MAX_FX 8064   /* Q9, 15.75f (15.75 * 512 = 8064) */
#define OBJ_EDIT_RADIUS_MIN_FX 0
#endif