]> git.tuebingen.mpg.de Git - adu.git/blobdiff - format.c
Assorted typo fixes in comments.
[adu.git] / format.c
index e8a9a28617656700fda8352ec82bd1fb2517e144..8b96830291dd044399bbd7ebdcecb471674a62eb 100644 (file)
--- a/format.c
+++ b/format.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -449,9 +449,7 @@ char *format_items(struct format_info *info, union atom_value *values)
                        align = af->sf.align;
                        val = align_string(values[idx].string_value, fi->width, align);
                } else {
-                       char unit;
                        align = af->nf.align;
-                       unit = af->nf.unit;
                        val = align_unsigned_int(values[idx].num_value,
                                fi->width, &af->nf, type);
                }