Removed superfluous semicolon.
This commit is contained in:
parent
b06e6c60a9
commit
0655839603
|
@ -30,12 +30,12 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $Id: dll-loader.h,v 1.4 2008/02/07 15:54:50 oliverschmidt Exp $
|
||||
* $Id: dll-loader.h,v 1.5 2008/02/08 12:14:52 oliverschmidt Exp $
|
||||
*/
|
||||
#ifndef __DLL_LOADER_H__
|
||||
#define __DLL_LOADER_H__
|
||||
|
||||
#define LOADER_LOAD(name, arg) dll_loader_load(name, arg);
|
||||
#define LOADER_LOAD(name, arg) dll_loader_load(name, arg)
|
||||
#define LOADER_UNLOAD() dll_loader_unload((void *)autostart_processes)
|
||||
#define LOADER_LOAD_DSC(name) dll_loader_load_dsc(name)
|
||||
#define LOADER_UNLOAD_DSC(dsc) dll_loader_unload_dsc(dsc)
|
||||
|
|
Loading…
Reference in a new issue