summaryrefslogtreecommitdiffstats
path: root/src/diagram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagram.cpp')
-rw-r--r--src/diagram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagram.cpp b/src/diagram.cpp
index 10b49b9..80d0646 100644
--- a/src/diagram.cpp
+++ b/src/diagram.cpp
@@ -1363,7 +1363,7 @@ void ClassDiagram::writeFigure(FTextStream &output,const char *path,
portable_sysTimerStart();
if (portable_system("epstopdf",epstopdfArgs)!=0)
{
- err("error: Problems running epstopdf. Check your TeX installation!\n");
+ err("Problems running epstopdf. Check your TeX installation!\n");
portable_sysTimerStop();
return;
}