idevicepair: Fix compilation due to renamed pairing dialog error
diff --git a/tools/idevicepair.c b/tools/idevicepair.c
index d02a258..9edfbbe 100644
--- a/tools/idevicepair.c
+++ b/tools/idevicepair.c
@@ -40,7 +40,7 @@
 		case LOCKDOWN_E_INVALID_HOST_ID:
 			printf("ERROR: Device %s is not paired with this host\n", udid);
 			break;
-		case LOCKDOWN_E_PAIRING_DIALOG_PENDING:
+		case LOCKDOWN_E_PAIRING_DIALOG_RESPONSE_PENDING:
 			printf("ERROR: Please accept the trust dialog on the screen of device %s, then attempt to pair again.\n", udid);
 			break;
 		case LOCKDOWN_E_USER_DENIED_PAIRING: