diff --git a/Theodosius/linker/linker.cpp b/Theodosius/linker/linker.cpp index 5753e60..600f962 100644 --- a/Theodosius/linker/linker.cpp +++ b/Theodosius/linker/linker.cpp @@ -79,7 +79,7 @@ namespace lnk { // im not doing alignment correctly, i cannot find // anything online about it either, this "works" for now, but it will probably not - // on other linkers.... + // on other linkers... (linker makes the .lib iirc) if (archive_headers->Name[0] == '\n') archive_headers = reinterpret_cast( reinterpret_cast(archive_headers) + 1);