Skip to content

Commit a6b1619

Browse files
fix(ns_read): Bug fix
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
1 parent bcb2dd3 commit a6b1619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ns_read.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern "C" {
2020
// Generic Read macro
2121
#define ns_read(x) _Generic((x), \
2222
int*: ns_read_int, \
23-
float*: ns_print_float, \
23+
float*: ns_read_float, \
2424
double*: ns_read_double, \
2525
_Bool*: ns_read_bool, \
2626
ns_string*: ns_read_ns_string \

0 commit comments

Comments
 (0)