summaryrefslogtreecommitdiff
path: root/double-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'double-error.h')
-rw-r--r--double-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/double-error.h b/double-error.h
index c4dadb9..bce8cd5 100644
--- a/double-error.h
+++ b/double-error.h
@@ -1,4 +1,4 @@
-typedef struct {double d; double e;} double_error;
+typedef struct {double v; double e;} double_error;
double_error convert_int(int);