diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-21 12:38:31 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-21 12:38:31 -0400 |
commit | 294cbd8beb08b14a24385a78f1a8435f5fbe2f8c (patch) | |
tree | dc81601cf4218a5cf8e7f907d035911ea6b8f893 /include | |
parent | ca372fc86c113e2c2de20e0bceb332682f97a69c (diff) |
Ensure building from tidy wd
Diffstat (limited to 'include')
-rw-r--r-- | include/tv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tv.h b/include/tv.h index e2001c7f3..3243fff2c 100644 --- a/include/tv.h +++ b/include/tv.h @@ -106,6 +106,6 @@ void DoTVShowTodaysSmartShopper(void); void sub_80BE3BC(void); void UpdateTVShowsPerDay(u16); void sub_80C045C(); -void sub_80BF088(u8, u32); +void sub_80BF088(u8, s32); #endif // GUARD_TV_H |