Skip to content

Commit f1e13f4

Browse files
Remove warning
1 parent 8ed8e05 commit f1e13f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/std/shared/udtof.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ char _mt_dtof(double n,char* __print_buff,struct fmt_type* fmt)
153153

154154
*s = '\0';
155155
out:;
156-
#ifndef _MULTI_THREAD
157-
__fprint_send();
158-
#else
156+
#ifdef _MULTI_THREAD
159157
return __print_leading_char;
160158
#endif
161159
}

0 commit comments

Comments
 (0)