GNOME Bugzilla – Bug 707812
lib: Remove easy to forget constant
Last modified: 2013-09-16 17:50:18 UTC
.
Created attachment 254528 [details] [review] lib: Remove easy to forget constant The constant was defined, unused in the declaration of the array it was supposed to tell the length of, and used more than 200 lines down. Instead, remove all constants, and use G_N_ELEMENTS() for our use inside the function. It will get turned into a constant by the compiler.
Review of attachment 254528 [details] [review]: ACK