diff options
author | monsta <[email protected]> | 2016-11-22 16:48:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-22 16:57:06 +0300 |
commit | 0e5ba8dc3799a77c4a070dd33e6ec9e678345a94 (patch) | |
tree | d5b313af3171a2ab5a12562bb9c1da009da72e7b /drivemount/drive-button.c | |
parent | 760372cfb15b0955ac63155223892faad59c6a98 (diff) | |
download | mate-applets-0e5ba8dc3799a77c4a070dd33e6ec9e678345a94.tar.bz2 mate-applets-0e5ba8dc3799a77c4a070dd33e6ec9e678345a94.tar.xz |
fix some indent and a couple of typos
Diffstat (limited to 'drivemount/drive-button.c')
-rw-r--r-- | drivemount/drive-button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivemount/drive-button.c b/drivemount/drive-button.c index 8be9d02b..e94d45a4 100644 --- a/drivemount/drive-button.c +++ b/drivemount/drive-button.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H -# include <config.h> +#include <config.h> #endif #include <gio/gio.h> |