Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed file path.
  • Loading branch information
icculus committed Oct 1, 2009
1 parent d9e57db commit 17d7afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fatelf-specification.txt
Expand Up @@ -2,8 +2,8 @@ FatELF specification, version 1.

This specification is written in plain English, which is less efficient than
just listing a handful of C structs. If you just want the structs, those are
in fatelf.h. This file is here to hopefully clarify those data structures, and
also allow for a complete clean-room implementation.
in include/fatelf.h. This file is here to hopefully clarify those data
structures, and also allow for a complete clean-room implementation.

FatELF is a simple container format for storing multiple Executable and
Linkable Format (ELF) binaries in a single file. The file format is as follows.
Expand Down

0 comments on commit 17d7afc

Please sign in to comment.