Fix minor compiler warningmasterrelease-0.3
authorPhilip Allison <[email protected]>
Sat, 6 Jun 2009 13:52:06 +0000 (6 14:52 +0100)
committerPhilip Allison <[email protected]>
Sat, 6 Jun 2009 13:52:06 +0000 (6 14:52 +0100)
Signed-off-by: Philip Allison <[email protected]>
src/cteddy.cxx

index f3a5129..13e52e1 100644 (file)
@@ -72,7 +72,7 @@ bool noquit = false;
 #ifdef __USE_SM
 // Options structure - needed so that sm_save_yourself can know about the
 // values of various program options which are usually only in main()'s scope
-typedef struct smopts
+struct smopts
 {
        bool sticky;
        bool noquit;