Ignore:
Timestamp:
02/12/09 22:54:56 (16 years ago)
Author:
r2d
Message:

check block size & changed inline for mpc_inline, MSVC seems to accept static inline but not static inline ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/mpc_demux.c

    r423 r424  
    11/*
    2   Copyright (c) 2005, The Musepack Development Team
     2  Copyright (c) 2005-2009, The Musepack Development Team
    33  All rights reserved.
    44
     
    119119 * @return MPC_STATUS_INVALIDSV if the key is invalid, MPC_STATUS_OK else
    120120 */
    121 static inline mpc_status mpc_check_key(char * key)
     121static mpc_inline mpc_status mpc_check_key(char * key)
    122122{
    123123        if (key[0] < 65 || key[0] > 90 || key[1] < 65 || key[1] > 90)
Note: See TracChangeset for help on using the changeset viewer.