summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-09-07 16:02:01 -0400
committerGitHub <noreply@github.com>2024-09-07 16:02:01 -0400
commit27533a150780934296e992c8975c7ea96e0148d4 (patch)
tree90e59d3d4140906085010848054bf6b30e1271dc /include
parentfa39da2a57d4e588e31ebcebcc38bdef41da2737 (diff)
rename gBuildTeam to gBuildCreator (#2160)
Diffstat (limited to 'include')
-rw-r--r--include/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h
index dc01f712d..9c4521c5b 100644
--- a/include/variables.h
+++ b/include/variables.h
@@ -41,7 +41,7 @@ extern OSViContext* __osViCurr;
extern OSViContext* __osViNext;
extern OSViMode osViModeFpalLan1;
extern u32 __additional_scanline;
-extern const char gBuildTeam[];
+extern const char gBuildCreator[];
extern const char gBuildDate[];
extern const char gBuildMakeOption[];
extern OSMesgQueue gPiMgrCmdQueue;