summary refs log tree commit diff
path: root/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'str.h')
-rw-r--r--str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/str.h b/str.h
index 7959488..47ff676 100644
--- a/str.h
+++ b/str.h
@@ -21,7 +21,7 @@ void scats(string *, strv_t);
 void scatc(string *, char);
 void sfree(string);
 
-#ifdef STDWRM_STR_IMPL
+#ifdef STDWRM_IMPL_STR
 
 string snew(void) {
 	string s;