diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2017-10-24 14:57:58 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2017-10-24 14:57:58 +0200 |
commit | eb39d3c525670d4107adb7b4d32551e0eb97941a (patch) | |
tree | 27dff7c84379adaca93157a03c3b3d354a7fc6e8 /odf | |
parent | f5e87b564d4f465b4b752ccd49317008abf1030e (diff) |
Rename a function
Diffstat (limited to 'odf')
-rwxr-xr-x | odf/odf.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 =
|