Skip to content
Snippets Groups Projects
Commit 96f1a841 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: NT/tools/rntecl:1.5
parent 053d7293
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike
// -*- Pike -*-
// $Id: rntecl,v 1.4 2000/08/14 16:11:46 grubba Exp $
// $Id: rntecl,v 1.5 2000/08/14 21:10:29 grubba Exp $
// RNTECL, a front-end to Intel ECL with options similar to GCC
// Written by Fredrik Hubinette & Henrik Grubbstrm.
......@@ -42,7 +42,7 @@ string remove_ext(string file)
string o_to_obj(string fname)
{
if (fname[sizeof(fname)-3..] == ".o") {
if (fname[sizeof(fname)-2..] == ".o") {
return fname + "bj";
}
return fname;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment