author | clem <clem> | 2004-08-03 21:55:46 (UTC) |
---|---|---|
committer | clem <clem> | 2004-08-03 21:55:46 (UTC) |
commit | 633a00b5bff9e5e9141758c61d61a40410a165cb (patch) (unidiff) | |
tree | 9a81011b3352fcebd8f42c2c35808125b37f9bc5 | |
parent | a8c2061afb4f794c8a4e4d04e63f342b2501365d (diff) | |
download | opie-633a00b5bff9e5e9141758c61d61a40410a165cb.zip opie-633a00b5bff9e5e9141758c61d61a40410a165cb.tar.gz opie-633a00b5bff9e5e9141758c61d61a40410a165cb.tar.bz2 |
FALSE -> false
-rw-r--r-- | libopie2/opiesecurity/multiauthpassword.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opiesecurity/multiauthpassword.h b/libopie2/opiesecurity/multiauthpassword.h index 1d061b4..3be8322 100644 --- a/libopie2/opiesecurity/multiauthpassword.h +++ b/libopie2/opiesecurity/multiauthpassword.h | |||
@@ -51,4 +51,4 @@ class MultiauthPassword { | |||
51 | public: | 51 | public: |
52 | static bool needToAuthenticate( bool atpoweron=FALSE ); | 52 | static bool needToAuthenticate( bool atpoweron = false ); |
53 | static void authenticate(bool atpoweron = FALSE ); | 53 | static void authenticate(bool atpoweron = false); |
54 | }; | 54 | }; |