Changeset 3363:7a73a38fb261 in roaraudio


Ignore:
Timestamp:
02/08/10 16:50:05 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected substitution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r3360 r3363  
    8585                                   } 
    8686 
    87 #define ROAR_DL_PLUGIN_REG(fn, func) (lib.func[(fn)] = (func)) 
     87#define ROAR_DL_PLUGIN_REG(fn, funcptr) (lib.func[(fn)] = (funcptr)) 
    8888#define ROAR_DL_PLUGIN_REG_UNLOAD(func) (lib.unload = (func)) 
    8989 
Note: See TracChangeset for help on using the changeset viewer.