]> git.sur5r.net Git - gsconf/commitdiff
fixed typo trunk
authoradvielsack@googlemail.com <advielsack@googlemail.com@11042eb7-4a36-49e9-8ab2-01d26d512705>
Mon, 8 Apr 2013 16:05:23 +0000 (16:05 +0000)
committeradvielsack@googlemail.com <advielsack@googlemail.com@11042eb7-4a36-49e9-8ab2-01d26d512705>
Mon, 8 Apr 2013 16:05:23 +0000 (16:05 +0000)
git-svn-id: http://gsconf.googlecode.com/svn/trunk@13 11042eb7-4a36-49e9-8ab2-01d26d512705

gs105e.h

index 69f79b7e6655443efa57f917e3d524296724c257..f856887d386fb38cdff5097abf1bc9ab45f8da74 100644 (file)
--- a/gs105e.h
+++ b/gs105e.h
@@ -112,7 +112,7 @@ struct gs105e_discovered {
         struct gs105e_discovered * next;
 };
 
-static char passwordSecret[19] = {x4e , 0x74 , 0x67 , 0x72 , 0x53 , 0x6d , 0x61 , 0x72 , 0x74 , 0x53 , 0x77 , 0x69 , 0x74 , 0x63 , 0x68 , 0x52 , 0x6f , 0x63 , 0x6b};
+static char passwordSecret[19] = {0x4e , 0x74 , 0x67 , 0x72 , 0x53 , 0x6d , 0x61 , 0x72 , 0x74 , 0x53 , 0x77 , 0x69 , 0x74 , 0x63 , 0x68 , 0x52 , 0x6f , 0x63 , 0x6b};
 
 struct gs105e_discovered * gs105e_devs ;