Skip to content

Commit

Permalink
fix comments in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Nov 1, 2024
1 parent f40ab84 commit c1cd1ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion res/inc/macros/datatypes.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool
;; LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool

%include "macros/extern.inc"

Expand Down
2 changes: 1 addition & 1 deletion res/inc/macros/datatypes.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool
# LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool

.include "macros/extern.s"

Expand Down
2 changes: 1 addition & 1 deletion res/inc/macros/extern.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool
;; LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool

%ifndef EXTERN_INC
%define EXTERN_INC
Expand Down
2 changes: 1 addition & 1 deletion res/inc/macros/extern.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool
# LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool

.macro cglobal name
.global _\name
Expand Down
2 changes: 1 addition & 1 deletion res/inc/macros/patch.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool
;; LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool

%macro @PATCH 1
%ifctx __patch
Expand Down
2 changes: 1 addition & 1 deletion res/inc/macros/patch.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool
# LICENSE = BSD0 - https://github.com/FunkyFr3sh/petool

.macro @PATCH patchaddr:req
.if __patch == 1
Expand Down

0 comments on commit c1cd1ec

Please sign in to comment.