summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2015-08-10 20:50:10 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2015-08-10 20:50:10 -0300
commit34c0e1d415317d7ed9ccd6aa575c32e9e30c610b (patch)
treedaef99793b170031e78870f7130a700533221bbb /src
parentd82af9538a4a5d71a97a2874324659dd6d31f21c (diff)
xlsx.c: missed change error to scerror
Diffstat (limited to 'src')
-rw-r--r--src/xls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xls.c b/src/xls.c
index 2436485..5422420 100644
--- a/src/xls.c
+++ b/src/xls.c
@@ -48,7 +48,7 @@ int open_xls(char * fname, char * encoding) {
struct ent * n;
if (pWB == NULL) {
- error("Error loading %s", fname);
+ scerror("Error loading %s", fname);
return -1;
}