s/kiB/KiB/g
authorBrenden Matthews <brenden1@rty.ca>
Sun, 20 Jul 2008 02:05:11 +0000 (02:05 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Sun, 20 Jul 2008 02:05:11 +0000 (02:05 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1227 7f574dfc-610e-0410-a909-a81674777703

src/conky.c

index c6ac5b7..c53063f 100644 (file)
@@ -136,7 +136,7 @@ static void print_version(void)
        exit(0);
 }
 
-static const char *suffixes[] = { "B", "kiB", "MiB", "GiB", "TiB", "PiB", "" };
+static const char *suffixes[] = { "B", "KiB", "MiB", "GiB", "TiB", "PiB", "" };
 
 #ifdef X11