Error in last commit.

This commit is contained in:
Joerg Mueller 2009-08-28 21:54:41 +00:00
parent 77c587a825
commit 17fc83e537

@ -161,7 +161,7 @@ void SOUND_OT_pack(wmOperatorType *ot)
/********************* unpack operator *********************/ /********************* unpack operator *********************/
// XXX this function is in image_ops.c too, exactly the same, should be moved to a generally accessible position // XXX this function is in image_ops.c too, exactly the same, should be moved to a generally accessible position
void unpack_menu(bContext *C, char *opname, char *abs_name, char *folder, PackedFile *pf) static void unpack_menu(bContext *C, char *opname, char *abs_name, char *folder, PackedFile *pf)
{ {
uiPopupMenu *pup; uiPopupMenu *pup;
uiLayout *layout; uiLayout *layout;