From 0ddbf92e95b705633d8edc577e019febb130a4d8 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Fri, 30 Jul 2021 14:32:56 -0300 Subject: [PATCH] algol68g: Trivial fix in patch --- .../compilers/algol68g/0001-plotutils-png-support.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff b/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff index beb3cb1c8bb..14e7ccd5624 100644 --- a/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff +++ b/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff @@ -9,7 +9,7 @@ diff -Naur algol68g-2.8.4-old/source/plotutils.c algol68g-2.8.4-new/source/plotu -/*------------------------------------+ -| Supported plotter type - pseudo GIF | -+------------------------------------*/ -+ } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "gif")) { ++ } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "png")) { +/*-------------------------------------------+ +| Supported plotter type - pseudo GIF or PNG | ++-------------------------------------------*/