From: Jordan Lee Date: Tue, 10 Jun 2014 00:51:53 +0000 (+0000) Subject: tweak naming in the #include guard X-Git-Tag: 2.90~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1a3f31900e0029298a52a02718992612f0834a6;p=transmission tweak naming in the #include guard --- diff --git a/utils/units.h b/utils/units.h index aeacfc83b..463d60a96 100644 --- a/utils/units.h +++ b/utils/units.h @@ -7,8 +7,8 @@ * $Id:$ */ -#ifndef SHOW_H -#define SHOW_H +#ifndef UNITS_H +#define UNITS_H #define MEM_K 1024 #define MEM_K_STR "KiB"