diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-11 19:18:59 +1000 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-11 19:18:59 +1000 |
commit | 150e3344de8a6e63d968db1011b73407c3fa9d0e (patch) | |
tree | 5c896c9c9395cca1de063bb4800511c3d23fea20 /heimdall/source | |
parent | e28d6c0768962292f90b22a5a542a7f08b8dd934 (diff) | |
download | external_heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.zip external_heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.gz external_heimdall-150e3344de8a6e63d968db1011b73407c3fa9d0e.tar.bz2 |
Fixed header guard typo.
Diffstat (limited to 'heimdall/source')
-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 |