summaryrefslogtreecommitdiff
path: root/sed/sed.h
diff options
context:
space:
mode:
Diffstat (limited to 'sed/sed.h')
-rw-r--r--sed/sed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sed/sed.h b/sed/sed.h
index 2c6aff5..443257c 100644
--- a/sed/sed.h
+++ b/sed/sed.h
@@ -53,7 +53,7 @@ struct regex {
size_t sz;
char re[1];
};
-
+
enum replacement_types {
REPL_ASIS = 0,
REPL_UPPERCASE = 1,