repo.or.cz
/
cteddy.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
35e3ea6
)
Fix minor compiler warning
master
release-0.3
author
Philip Allison
<
[email protected]
>
Sat, 6 Jun 2009 13:52:06 +0000
(6 14:52 +0100)
committer
Philip 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
patch
|
blob
|
blame
|
history
diff --git
a/src/cteddy.cxx
b/src/cteddy.cxx
index
f3a5129
..
13e52e1
100644
(file)
--- 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;