summaryrefslogtreecommitdiff
path: root/gcc/prefix.c
diff options
context:
space:
mode:
authorkhan <khan@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-06 22:00:02 +0000
committerkhan <khan@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-06 22:00:02 +0000
commit6dd5d8e36d27af48e738ab1c460942b50607ea33 (patch)
tree726c4fde1a21fe2440a1f11e8e26942bcdbffebf /gcc/prefix.c
parentb275aaceba2bdd2a64d55a28fd508515925a6b44 (diff)
downloadgcc-6dd5d8e36d27af48e738ab1c460942b50607ea33.tar.gz
2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
* prefix.c (update_path): Fix typo in variable name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31260 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/prefix.c')
-rw-r--r--gcc/prefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/prefix.c b/gcc/prefix.c
index e37f69be1ad..687d559949c 100644
--- a/gcc/prefix.c
+++ b/gcc/prefix.c
@@ -330,7 +330,7 @@ update_path (path, key)
do {
if (*new_path == '/')
*new_path = DIR_SEPARATOR;
- } while (*newpath++);
+ } while (*new_path++);
}
#endif