summaryrefslogtreecommitdiff
path: root/agbx/include/ax/algo.h
diff options
context:
space:
mode:
Diffstat (limited to 'agbx/include/ax/algo.h')
-rw-r--r--agbx/include/ax/algo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agbx/include/ax/algo.h b/agbx/include/ax/algo.h
index e7c7549..8ea344c 100644
--- a/agbx/include/ax/algo.h
+++ b/agbx/include/ax/algo.h
@@ -1,7 +1,7 @@
/*
Copyright 2022 Gabriel Jensen.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
- If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
+ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>.
*/
#if !defined(__ax_hdr_algo)
@@ -9,6 +9,6 @@
#include <ax/bs.h>
-void ax_cp(void const * src,ax_i20 num,void * dest);
+void ax_cp(void const * src,ax_i02 num,void * dest);
#endif