summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-06 19:58:41 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-06 19:58:41 +0800
commit6c7d20bb1767d91f5849722201b7fe3e360b4670 (patch)
treeb63e0d3de9fc914041bc0aa2d0a55880f4b9ddd4
parent50ec75e121f80a2506685520e7de1d6e486464ae (diff)
downloadtnet-6c7d20bb1767d91f5849722201b7fe3e360b4670.tar.gz
tnet-6c7d20bb1767d91f5849722201b7fe3e360b4670.tar.bz2
tnet-6c7d20bb1767d91f5849722201b7fe3e360b4670.zip
Virtual 9+
-rw-r--r--src/CuTNetLib/cuCompDisc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuCompDisc.cc b/src/CuTNetLib/cuCompDisc.cc
index 48677e5..55c34a9 100644
--- a/src/CuTNetLib/cuCompDisc.cc
+++ b/src/CuTNetLib/cuCompDisc.cc
@@ -54,7 +54,7 @@ namespace TNet
CuUpdatableComponent& rComp = dynamic_cast<CuUpdatableComponent&>(*mBlocks[i]);
rComp.Update();
}
- printf("update-\n")
+ printf("update-\n");
}