aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2017-10-24 14:57:58 +0200
committerSébastien Dailly <sebastien@chimrod.com>2017-10-24 14:57:58 +0200
commiteb39d3c525670d4107adb7b4d32551e0eb97941a (patch)
tree27dff7c84379adaca93157a03c3b3d354a7fc6e8
parentf5e87b564d4f465b4b752ccd49317008abf1030e (diff)
Rename a function
-rwxr-xr-xodf/odf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/odf/odf.ml b/odf/odf.ml
index da33ba9..7af44a9 100755
--- a/odf/odf.ml
+++ b/odf/odf.ml
@@ -109,7 +109,7 @@ end
let load_xml input = begin
- let sheet = ref Sheet.Raw.create in
+ let sheet = ref Sheet.Raw.empty in
let row_num = ref 0 in
let xml =