[llvm-commits] [www-pubs] r163082 - /www-pubs/trunk/pubs.js

Will Dietz wdietz2 at illinois.edu
Sat Sep 1 19:05:40 PDT 2012


Author: wdietz2
Date: Sat Sep  1 21:05:40 2012
New Revision: 163082

URL: http://llvm.org/viewvc/llvm-project?rev=163082&view=rev
Log:
Fix missing comma in publication listing.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=163082&r1=163081&r2=163082&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sat Sep  1 21:05:40 2012
@@ -21,8 +21,8 @@
   { url: "2012-06-08-ICSE-UnderstandingIntegerOverflow.html",
     author: "Will Dietz, Peng Li, John Regehr, Vikram Adve",
     title: "Understanding Integer Overflow in C/C++",
-    published: "Proc. of the 2012 International Conference on Software Engineering (ICSE'12)"
-   award: 'Received an ACM SIGSOFT Distinguished Paper Award',
+    published: "Proc. of the 2012 International Conference on Software Engineering (ICSE'12)",
+    award: 'Received an ACM SIGSOFT Distinguished Paper Award',
     month: 6,
     year: 2012,
   },





More information about the llvm-commits mailing list