summaryrefslogtreecommitdiff
path: root/src/gutenprintui2/plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gutenprintui2/plist.c')
-rw-r--r--src/gutenprintui2/plist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gutenprintui2/plist.c b/src/gutenprintui2/plist.c
index e8b5aec..77e8cab 100644
--- a/src/gutenprintui2/plist.c
+++ b/src/gutenprintui2/plist.c
@@ -1,5 +1,5 @@
/*
- * "$Id: plist.c,v 1.17 2008/01/31 12:56:09 m0m Exp $"
+ * "$Id: plist.c,v 1.18 2008/07/04 14:29:28 rlk Exp $"
*
* Print plug-in for the GIMP.
*
@@ -1631,7 +1631,6 @@ stpui_print(const stpui_plist_t *printer, stpui_image_t *image)
_exit(0);
}
}
- /* NOTREACHED */
write(syncfd[1], "Done", 5);
_exit(0);
}
@@ -1835,5 +1834,5 @@ stpui_print(const stpui_plist_t *printer, stpui_image_t *image)
}
/*
- * End of "$Id: plist.c,v 1.17 2008/01/31 12:56:09 m0m Exp $".
+ * End of "$Id: plist.c,v 1.18 2008/07/04 14:29:28 rlk Exp $".
*/