Browse Source

[trac404] Code style

Michal 'vorner' Vaner 14 years ago
parent
commit
29025aa582
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdatafields.h

+ 1 - 1
src/lib/dns/rdatafields.h

@@ -327,7 +327,7 @@ public:
     ///
     /// This method never throws an exception.
     unsigned int getFieldSpecDataSize() const { return (nfields_ *
-                                                    sizeof *fields_); }
+                                                    sizeof (*fields_)); }
 
     /// \brief Return the number of specs fields.
     ///