diff options
Diffstat (limited to 'src/app/main')
-rw-r--r-- | src/app/main/ntmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main/ntmain.c b/src/app/main/ntmain.c index 9351d96870..a49dfdbbc9 100644 --- a/src/app/main/ntmain.c +++ b/src/app/main/ntmain.c @@ -66,7 +66,7 @@ static int nt_service_cmd_stop(void); /** Struct to hold dynamically loaded NT-service related function pointers. */ -struct service_fns { +struct { int loaded; /** @{ */ |