summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexey Yerin <yyp@disroot.org>2023-05-28 12:01:32 +0300
committerQuentin Carbonneaux <quentin@c9x.me>2023-05-31 09:25:58 +0200
commite493a7f23352f51acc0a1e12284ab19d7894488a (patch)
tree334f786d43954a3f846c0565b3a70aa449e9c35c
parent50452b88e98488875c11995902e9212ddd0f8414 (diff)
downloadroux-e493a7f23352f51acc0a1e12284ab19d7894488a.tar.gz
Bump NString
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index 3c68bbc..b6591f0 100644
--- a/all.h
+++ b/all.h
@@ -33,7 +33,7 @@ typedef struct Lnk Lnk;
 typedef struct Target Target;
 
 enum {
-	NString = 72,
+	NString = 80,
 	NIns    = 1 << 20,
 	NAlign  = 3,
 	NField  = 32,