aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gimp/files/patch-plug-ins::eval.rb
blob: 9a841276f6e2194aa8b515281a2ea4ae5c2a50b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plug-ins/eval.rb.orig	Tue Feb 27 20:08:13 2001
+++ plug-ins/eval.rb	Thu Mar  1 01:29:43 2001
@@ -13,7 +13,7 @@
 	 "",
 	 [
 	   [RF_STRING, "code", "Code to eval", "", true],
-	 ],
+	 ]
 ) { |text|
   eval(text)
 }