diff options
author | Reuben Thomas <rrt@sc3d.org> | 2008-03-13 17:03:00 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2008-03-13 17:03:00 +0000 |
commit | f94bf4435e45076d24ce03b9ec8d75e3daf74445 (patch) | |
tree | da3d095d1e6d60601518a063ac403df965048d57 /lib | |
parent | 4fdbdae926cb7809eebb197a12696e509e1e1ec7 (diff) | |
download | plptools-f94bf4435e45076d24ce03b9ec8d75e3daf74445.tar.gz plptools-f94bf4435e45076d24ce03b9ec8d75e3daf74445.tar.bz2 plptools-f94bf4435e45076d24ce03b9ec8d75e3daf74445.zip |
Remove FIXME which doesn't justify itself in code which hasn't been
touched for a lustrum.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rfsv16.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfsv16.cc b/lib/rfsv16.cc index afa9207..44742de 100644 --- a/lib/rfsv16.cc +++ b/lib/rfsv16.cc @@ -357,7 +357,7 @@ devlist(u_int32_t &devbits) if ((version < 1) || (version > 2)) { cerr << "devlist: not version 1 or 2" << endl; fclose(fileHandle); - return E_PSI_GEN_FAIL; // FIXME + return E_PSI_GEN_FAIL; } char drive = a.getByte(64); if (drive >= 'A' && drive <= 'Z') { |