summary refs log tree commit diff
path: root/doc.h
diff options
context:
space:
mode:
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,
 };