From e37656f2e58ca802f0df5eef42b35e4015b58d86 Mon Sep 17 00:00:00 2001 From: fonsinchen Date: Mon, 10 Feb 2014 20:13:07 +0000 Subject: (svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs. --- src/linkgraph/linkgraph_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linkgraph/linkgraph_type.h') diff --git a/src/linkgraph/linkgraph_type.h b/src/linkgraph/linkgraph_type.h index 277e56c73..330461841 100644 --- a/src/linkgraph/linkgraph_type.h +++ b/src/linkgraph/linkgraph_type.h @@ -16,7 +16,7 @@ typedef uint16 LinkGraphID; static const LinkGraphID INVALID_LINK_GRAPH = UINT16_MAX; typedef uint16 LinkGraphJobID; -static const LinkGraphID INVALID_LIN_KGRAPH_JOB = UINT16_MAX; +static const LinkGraphID INVALID_LINK_GRAPH_JOB = UINT16_MAX; typedef uint16 NodeID; static const NodeID INVALID_NODE = UINT16_MAX; -- cgit v1.2.3-54-g00ecf