JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index 79f707d..3c18da6 100644 (file)
@@ -224,7 +224,7 @@ CompressWhite =  function (ts, packer)
         
         // at this point we can apply a text translation kit...
         
-        if (tok.type == 'STRN') && (tok.name== 'DOUBLE_QUOTE') {
+        if ((tok.type == 'STRN') && (tok.name== 'DOUBLE_QUOTE')) {
             if (packer.stringHandler) {
                 out += packer.stringHandler(tok);
                 continue;