summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkmountoperation-stub.c')
-rw-r--r--gtk/gtkmountoperation-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation-stub.c b/gtk/gtkmountoperation-stub.c
index 3811f0bf01..7307052c0a 100644
--- a/gtk/gtkmountoperation-stub.c
+++ b/gtk/gtkmountoperation-stub.c
@@ -60,7 +60,7 @@ _gtk_mount_operation_kill_process (GPid pid,
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
_("Cannot kill process with PID %d. Operation is not implemented."),
- pid);
+ (int) pid);
return FALSE;
}