diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-11 11:18:59 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-11 11:18:59 +0200 |
commit | 150e3344de8a6e63d968db1011b73407c3fa9d0e (patch) | |
tree | 5c896c9c9395cca1de063bb4800511c3d23fea20 | |
parent | Fixed hard-coded libdir regression. (diff) | |
download | Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.gz Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.bz2 Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.lz Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.xz Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.zst Heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall/source/TotalBytesPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/TotalBytesPacket.h b/heimdall/source/TotalBytesPacket.h index 35e9f29..a3b0d27 100644 --- a/heimdall/source/TotalBytesPacket.h +++ b/heimdall/source/TotalBytesPacket.h @@ -18,7 +18,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/ -#ifndef TOTALBYTESSPACKET_H +#ifndef TOTALBYTESPACKET_H #define TOTALBYTESPACKET_H // Heimdall |