Wireshark-commits: [Wireshark-commits] rev 54309: /trunk/wsutil/ /trunk/wsutil/: crc32.c

Date: Fri, 20 Dec 2013 16:57:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54309

User: wmeier
Date: 2013/12/20 04:57 PM

Log:
 - Change guint32 array initializer constants to use 'U' rather than 'L'
  (not that it actally makes any difference);
 - Change 'guint crc32_0AA725CF_reverse[]' to 'guint32 ...'
  (no actual difference);
 - Fix some indentation;
 - Add editor modelines.

Directory: /trunk/wsutil/
  Changes    Path          Action
  +185 -172  crc32.c       Modified