]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mount.ceph: put static at the beginning of decl
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 2 Feb 2011 17:44:13 +0000 (09:44 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 3 Feb 2011 12:10:31 +0000 (04:10 -0800)
To squash a gcc warning.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/mount/mount.ceph.c

index db0581ee2b85351f9e10162a721885746e10564b..41e21ae5df8a3183b564f670b662d51ff8aa8f86 100755 (executable)
@@ -12,7 +12,7 @@
 #define BUF_SIZE 128
 
 int verboseflag = 0;
-const static char * const EMPTY_STRING = "";
+static const char * const EMPTY_STRING = "";
 
 #include "mtab.c"