diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2005-07-13 10:52:33 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2005-07-13 10:52:33 +0000 |
commit | b2d343beaeee945ef558727faca6557b1689b36d (patch) | |
tree | 29babe2689d1f670aabcea8a3d46cf8badaeb62d /console-client | |
parent | db472e8bed7ead876559fba1786a089e53f4466d (diff) |
Fix last change.
Diffstat (limited to 'console-client')
-rw-r--r-- | console-client/current-vcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/current-vcs.c b/console-client/current-vcs.c index 65324350..a86c6708 100644 --- a/console-client/current-vcs.c +++ b/console-client/current-vcs.c @@ -32,7 +32,7 @@ #define DEFAULT_REPEATER_NODE "vcs" /* The name of the repeater node. */ -static char *repeater_node = DEFAULT_REPEATER_NODEM; +static char *repeater_node = DEFAULT_REPEATER_NODE; /* The repeater node. */ static consnode_t vcs_node; |