Ignore:
Timestamp:
Aug 21, 2018, 9:50:01 PM (6 years ago)
Author:
viala@…
Message:

[boot] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot_fat32.c

    r473 r474  
    145145 * @ returns 0 on success, -1 on error.                                     *
    146146 ****************************************************************************/
    147 static int set_fsi()
     147static int set_fsi( void )
    148148{
    149149#if DEBUG_BOOT_FAT32   
     
    211211#if DEBUG_BOOT_FAT32   
    212212
    213 static void fat32_desc_display()
     213static void fat32_desc_display( void )
    214214{
    215215    boot_printf("\n############### FAT32 DESCRIPTOR ####################"
     
    774774
    775775/////////////////////
    776 int boot_fat32_init()
     776int boot_fat32_init( void )
    777777{
    778778    // FAT32 initialization should be done only once
Note: See TracChangeset for help on using the changeset viewer.