summaryrefslogtreecommitdiff
path: root/src/bw.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-08-11 12:10:31 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-08-11 12:10:31 -0400
commitb4885050a417b18a3a0185fc1f44b7cb75c35069 (patch)
treeb788fee1ef53ebf0c91db93be86f3eebef6661fa /src/bw.h
parentd3b6eb7ee9c7c3c2492f9181ad6f882a57ff7d84 (diff)
s/Bw_Force/BW_Force/g
Diffstat (limited to 'src/bw.h')
-rw-r--r--src/bw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bw.h b/src/bw.h
index 6e8fca58..4b915b5c 100644
--- a/src/bw.h
+++ b/src/bw.h
@@ -8,7 +8,7 @@
*/
#define BW_Root (1) /* Root URLs */
#define BW_Img (2) /* Image URLs */
-#define Bw_Force (4) /* Stop connection too */
+#define BW_Force (4) /* Stop connection too */
typedef struct _BrowserWindow BrowserWindow;