summaryrefslogtreecommitdiff
path: root/devel/picprog/files/patch-picport.cc
blob: 914ebda6a4438659167e4f019e573d68aac6c754 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- picport.cc.orig	Tue Nov 19 12:52:11 2002
+++ picport.cc	Tue Nov 19 12:52:20 2002
@@ -192,7 +192,7 @@
 
 // -1 == error, no programmer present
 
-int picport::command (enum commands comm, int data = 0)
+int picport::command (enum commands comm, int data)
 {
   int tmp1, tmp2;