mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
algol68g: Trivial fix in patch
This commit is contained in:
parent
0c093cc428
commit
0ddbf92e95
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
++-------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue