summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2012-11-24 12:12:16 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-24 09:00:30 -0800
commit2feaf1e815d6f3b39d338a8ba3970157e482bd37 (patch)
treeba53e3c87a9fcb2df5f1ae8db223ca1510ddce8a /parse-xml.c
parent25b4fee655e847081031fffb60d0d4d04ab1a8ee (diff)
downloadsubsurface-2feaf1e815d6f3b39d338a8ba3970157e482bd37.tar.gz
Fix error message (parsing weight here)
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'parse-xml.c')
-rw-r--r--parse-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-xml.c b/parse-xml.c
index 57649f7ed..0bf5a4a04 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -362,7 +362,7 @@ static void weight(char *buffer, void *_weight)
}
break;
default:
- printf("Strange depth reading %s\n", buffer);
+ printf("Strange weight reading %s\n", buffer);
}
}