Remove duplicate const.

SVN revision: 26429
This commit is contained in:
Kim Woelders 2006-10-08 14:54:20 +00:00
parent 41567a916d
commit 93f5215b2a
2 changed files with 2 additions and 2 deletions

View File

@ -2270,7 +2270,7 @@ static const IpcItem EwinsIpcArray[] = {
/*
* Module descriptor
*/
const const EModule ModEwins = {
const EModule ModEwins = {
"ewins", NULL,
EwinsSighan,
{N_IPC_FUNCS, EwinsIpcArray}

View File

@ -238,7 +238,7 @@ static const IpcItem MiscIpcArray[] = {
#define N_IPC_FUNCS (sizeof(MiscIpcArray)/sizeof(IpcItem))
/* Stuff not elsewhere */
const const EModule ModMisc = {
const EModule ModMisc = {
"misc", NULL,
NULL,
{N_IPC_FUNCS, MiscIpcArray}