diff options
Diffstat (limited to 'src/unit-category.c')
-rw-r--r-- | src/unit-category.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unit-category.c b/src/unit-category.c index 875ea58..b8fa303 100644 --- a/src/unit-category.c +++ b/src/unit-category.c @@ -1,7 +1,7 @@ /* * Copyright (C) 1987-2008 Sun Microsystems, Inc. All Rights Reserved. * Copyright (C) 2008-2011 Robert Ancell. - * + * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 2 of the License, or (at your option) any later @@ -72,7 +72,7 @@ unit_category_get_unit_by_name(UnitCategory *category, const gchar *name) if (strcmp(unit_get_name(unit), name) == 0) return unit; } - + return NULL; } |