From 839dd39eeb00eb5e90229a0cc13864bf6c78522e Mon Sep 17 00:00:00 2001 From: mludvig Date: Thu, 8 Oct 2009 04:40:53 +0000 Subject: [PATCH] Minor change - buspirate->BusPirate in strcmp() git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@843 81a1dc3b-b13d-400b-aceb-764788c761c2 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ee24b238..5fca9c96 100644 --- a/main.c +++ b/main.c @@ -679,7 +679,7 @@ int main(int argc, char * argv []) if ((strcmp(pgm->type, "STK500") == 0) || (strcmp(pgm->type, "avr910") == 0) || - (strcmp(pgm->type, "buspirate") == 0) || + (strcmp(pgm->type, "BusPirate") == 0) || (strcmp(pgm->type, "STK500V2") == 0) || (strcmp(pgm->type, "JTAGMKII") == 0)) { if (port == default_parallel) {