[demo] bring sham jungle definition up to date #2416

This commit is contained in:
nick black 2021-12-02 08:21:24 -05:00
parent 04489e179a
commit 4a4bec5078
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -58,8 +58,9 @@ struct timespec demodelay = {
// the "jungle" demo has non-free material embedded into it, and is thus // the "jungle" demo has non-free material embedded into it, and is thus
// entirely absent (can't just be disabled). supply a stub here. // entirely absent (can't just be disabled). supply a stub here.
#ifdef DFSG_BUILD #ifdef DFSG_BUILD
int jungle_demo(struct notcurses* nc){ int jungle_demo(struct notcurses* nc, uint64_t startns){
(void)nc; (void)nc;
(void)startns
return -1; return -1;
} }
#endif #endif