Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Couture <jamie.couture@gmail.com>2012-01-12 07:38:49 +0400
committerLars Hjemli <hjemli@gmail.com>2012-03-18 13:26:31 +0400
commit6a575b8900734a4640427416885e73c83af70736 (patch)
treee354052b72c10696df3fce3b94b0d279f1bfdced /ui-shared.c
parent19c31231fac828bb336db67b8cccc871bea1500e (diff)
use correct type for sizeof
**L would have worked well too. Depending on the distribution sizeof *L may return 8 instead of 4. **L is preferable, but since we don't expect this datatype to change very often, sizeof int is less subtle and easier to understand. Signed-off-by: Jamie Couture <jamie.couture@gmail.com>
Diffstat (limited to 'ui-shared.c')
0 files changed, 0 insertions, 0 deletions