Selaa lähdekoodia

Testapplikation hinzugefügt.

Rind 5 vuotta sitten
vanhempi
commit
ef0ba96786
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      test/main.c

+ 1 - 1
test/main.c

@@ -198,7 +198,7 @@ int main(int argc, char *argv[])
 
 		if(nRet < 0)
 		{
-			TRACE("Error: %s\n", strerror(errno));
+			TRACE("%s\n", strerror(errno));
 		}
 	}