[gimp] plug-ins: fix typo in error path
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: fix typo in error path
- Date: Sat, 16 Aug 2014 02:04:21 +0000 (UTC)
commit 5fb5327f339ba27f57becc429b8ebb0a201c64a9
Author: Mikael Magnusson <mikachu src gnome org>
Date: Sat Aug 16 03:10:35 2014 +0200
plug-ins: fix typo in error path
plug-ins/file-faxg3/faxg3.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-faxg3/faxg3.c b/plug-ins/file-faxg3/faxg3.c
index 8c7e929..daf3152 100644
--- a/plug-ins/file-faxg3/faxg3.c
+++ b/plug-ins/file-faxg3/faxg3.c
@@ -251,7 +251,7 @@ load_image (const gchar *filename,
if (rs < 0)
{
perror ("read");
- close (rs);
+ close (fd);
gimp_quit ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]