Show
Ignore:
Timestamp:
02/06/06 21:20:57 (6 years ago)
Author:
mrenzmann
Message:

Yet another set of some minor code cleanup changes, again with no
functional changes.

Signed-off-by: Michael Renzmann <mrenzmann@otaku42.de>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/net80211/ieee80211.c

    r1431 r1443  
    7575 */ 
    7676struct country_code_to_string{ 
    77         u_int16_t      iso_code;          
    78         const char*    iso_name; 
     77        u_int16_t iso_code;       
     78        const char *iso_name; 
    7979}; 
    8080