Changeset 2278

Show
Ignore:
Timestamp:
01/06/08 00:51:53 (12 months ago)
Author:
edmanm
Message:

Fix a warning when building on Win32 using Visual Studio.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/torcontrol/torservice.h

    r2184 r2278  
    8888 
    8989/** Table of NT service related functions. */ 
    90 typedef struct ServiceFunctions { 
     90struct ServiceFunctions { 
    9191  bool loaded; 
    9292  ChangeServiceConfig2A_fn ChangeServiceConfig2A;