X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c5df507c6bef71c70ea2dd09ece8118d72788d4c..bb8ba3b6505ad112374ceed1fd0e29f06a19242d:/Resource.cpp

diff --git a/Resource.cpp b/Resource.cpp
index 9c2e1b9..77168f9 100644
--- a/Resource.cpp
+++ b/Resource.cpp
@@ -1946,7 +1946,7 @@ static status_t writeTextLayoutClasses(
                 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
 
                 fprintf(fp,
-                        "int styleable.%s_%s %d\n",
+                        "int styleable %s_%s %d\n",
                         nclassName.string(),
                         String8(name).string(), (int)pos);
             }