From 2e0dcfef6657ae0648c41f9374afbeb7b221d2e6 Mon Sep 17 00:00:00 2001 From: Philip Allison Date: Sat, 6 Jun 2009 14:52:06 +0100 Subject: [PATCH] Fix minor compiler warning Signed-off-by: Philip Allison --- src/cteddy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cteddy.cxx b/src/cteddy.cxx index f3a5129..13e52e1 100644 --- a/src/cteddy.cxx +++ b/src/cteddy.cxx @@ -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; -- 2.11.4.GIT