Skip to content

Commit

Permalink
Fix function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooth committed Feb 22, 2020
1 parent 5c17e3d commit 9b78682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/MediaController.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ - (void) volumeUnmounted:(NSString *)deviceName;
#pragma mark DiskArbitration callback functions

static void diskAppearedCallback(DADiskRef disk, void * context);
//static void diskDisppearedCallback(DADiskRef disk, void * context);
static void diskDisappearedCallback(DADiskRef disk, void * context);
static void unmountCallback(DADiskRef disk, DADissenterRef dissenter, void * context);
static void ejectCallback(DADiskRef disk, DADissenterRef dissenter, void * context);

Expand Down

0 comments on commit 9b78682

Please sign in to comment.