Diss Posted January 15, 2015 Posted January 15, 2015 Hello rA im adding the Extended Vending System 1.9.1 Support 17704 but im using rev 17709 i got this error on vending.c error make[1]: Warning: File `vending.c' has modification time 5.8e+04 s in the future CC vending.c vending.c:842:2: warning: no newline at end of file vending.c: In function ‘vending_purchasereq’: vending.c:842: error: expected declaration or statement at end of input vending.c:842: error: expected declaration or statement at end of input vending.c: In function ‘vending_vendinglistreq’: vending.c:842: error: expected declaration or statement at end of input make[1]: *** [obj/vending.o] Error 1 make[1]: Leaving directory `/root/trunk/src/map' Source /** * Initialise the vending module * called in map::do_init */ void do_final_vending(void) { db_destroy(vending_db); do_final_vending_autotrade(); //Make sure everything is cleared [Cydh] } /** * Destory the vending module * called in map::do_final */ void do_init_vending(void) { vending_db = idb_alloc(DB_OPT_BASE); vending_nextid = 0; } <<<<<<<<<<<<<< line 842 anyone can help me to fix it or anyone have the extended vending system for rev17709 thanks in advance rA Quote
Question
Diss
Hello rA im adding the Extended Vending System 1.9.1 Support 17704 but im using rev 17709 i got this error on vending.c
error
Source
anyone can help me to fix it or anyone have the extended vending system for rev17709
thanks in advance rA
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.