summary refs log tree commit diff
path: root/doc.h
diff options
context:
space:
mode:
authorwrmr2024-11-03 18:09:00 -0500
committerwrmr2024-11-03 18:09:00 -0500
commitcfcab548584953c1a7e40eef7b9a209d4e5d1402 (patch)
treed217fb57401e201f5cf8ca4039b0c013987aa2ba /doc.h
parent7d43ad487e7358b3a013d223a8e3cb0bb5304f64 (diff)
add fetch_gopher
Diffstat (limited to 'doc.h')
-rw-r--r--doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.h b/doc.h
index 972134b..01a8235 100644
--- a/doc.h
+++ b/doc.h
@@ -12,7 +12,7 @@ struct doc_line {
 
 enum doc_type {
 	DOC_UNKNOWN,
-	DOC_GOPHERDOC,
+	DOC_GOPHERMAP,
 	DOC_GEMTEXT,
 	DOC_PLAIN,
 };