Ignore:
Timestamp:
Mar 4, 2025, 3:27:04 AM (5 months ago)
Author:
bird
Message:

lib/msc_buffered_printf.c: nit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/msc_buffered_printf.c

    r3669 r3672  
    6464     */
    6565    PFN_STDIO_COMMON_VFPRINTF_T pfnFallback = g_pfnFallback_vfprintf;
    66     if (g_pfnFallback_vfprintf)
     66    if (pfnFallback)
    6767    { /* likely */ }
    6868    else
Note: See TracChangeset for help on using the changeset viewer.