X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b961ef035a58d8c5fb12386ddad4c56648fbe153..3ec3a4724ea2e2db0d3e35cd7c1421462eba0704:/client/flash.h?ds=sidebyside diff --git a/client/flash.h b/client/flash.h index c86602ff..ab4fca96 100644 --- a/client/flash.h +++ b/client/flash.h @@ -2,10 +2,10 @@ #define __FLASH_H__ struct partition { - int start; - int end; - int precious; - const char *name; + int start; + int end; + int precious; + const char *name; }; void FlushPrevious(int translate);