about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-02-23 00:42:23 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-02-23 00:42:23 -0500
commitfde4be86f4d67d01a51f881159d190002d0bd810 (patch)
tree375de4d45fee53daa9cb5f51a5c3b03a910975c0 /src
parentbc0fa578036583231edb567b328b4f69ce6860fe (diff)
downloadlynx-snapshots-fde4be86f4d67d01a51f881159d190002d0bd810.tar.gz
snapshot of project "lynx", label v2-8-8dev_11a
Diffstat (limited to 'src')
-rw-r--r--src/LYMainLoop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index 3891f172..1bbbc528 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMainLoop.c,v 1.206 2012/02/13 00:29:19 tom Exp $
+ * $LynxId: LYMainLoop.c,v 1.207 2012/02/23 00:39:12 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTAccess.h>
@@ -4387,7 +4387,7 @@ static void handle_LYK_RELOAD(int real_cmd)
      * RAW_TOGGLE, etc.  - KW
      */
     if (real_cmd == LYK_RELOAD)
-	reloading = TRUE;
+	reloading = REAL_RELOAD;
 
     return;
 }