aboutsummaryrefslogtreecommitdiff
path: root/src/lj_strfmt_num.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_strfmt_num.c')
-rw-r--r--src/lj_strfmt_num.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_strfmt_num.c b/src/lj_strfmt_num.c
index dfd56bd4..3c60695c 100644
--- a/src/lj_strfmt_num.c
+++ b/src/lj_strfmt_num.c
@@ -1,6 +1,6 @@
1/* 1/*
2** String formatting for floating-point numbers. 2** String formatting for floating-point numbers.
3** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
4** Contributed by Peter Cawley. 4** Contributed by Peter Cawley.
5*/ 5*/
6 6