about summary refs log tree commit diff stats
path: root/src/LYGetFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYGetFile.c')
-rw-r--r--src/LYGetFile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYGetFile.c b/src/LYGetFile.c
index aeb14192..aaf3203f 100644
--- a/src/LYGetFile.c
+++ b/src/LYGetFile.c
@@ -1090,20 +1090,20 @@ PUBLIC void srcmode_for_next_retrieval ARGS1(
 {
     if (mode < 0) {
 	HTOutputFormat = WWW_PRESENT;
-#ifdef USE_PSRC
+#ifdef USE_PRETTYSRC
 	psrc_view = FALSE;
 #endif
 
     } else if (mode == 0) {
 	if (HTOutputFormat == WWW_SOURCE)
 	    HTOutputFormat = WWW_PRESENT;
-#ifdef USE_PSRC
+#ifdef USE_PRETTYSRC
 	else if (LYpsrc)
 	    psrc_view = FALSE;
 #endif
 
     } else {
-#ifdef USE_PSRC
+#ifdef USE_PRETTYSRC
 	if (LYpsrc)
 	    psrc_view = TRUE;
 	else