From 4dc5bc2276693b05ad1d690b7e6246784bbb1f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 22 Feb 2009 11:11:18 -0500 Subject: [PATCH] Tweak percent sign format --- sysprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysprof.c b/sysprof.c index c789de2e..68e0fe60 100644 --- a/sysprof.c +++ b/sysprof.c @@ -1518,7 +1518,7 @@ set_icons (Application *app) g_list_free (pixbufs); } -#define PCT_FORMAT "%.2f %% " +#define PCT_FORMAT "%.2f %%" static gboolean build_gui (Application *app)