aboutsummaryrefslogtreecommitdiff
path: root/api/int.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/int.c')
-rw-r--r--api/int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/int.c b/api/int.c
index aea8e26..49463cf 100644
--- a/api/int.c
+++ b/api/int.c
@@ -5,7 +5,7 @@ UwUVMValue uwuint_create(int value)
return (UwUVMValue) {
.type = VT_INT,
.value = {
- .int_value = value,
+ .int_value = value,
},
};
}