- Add e_prefix.h for e_prefix_bin_get()
authorSebastian Dransfeld <sd@tango.flipp.net>
Wed, 13 Aug 2008 18:56:09 +0000 (18:56 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Wed, 13 Aug 2008 18:56:09 +0000 (18:56 +0000)
- Formatting

SVN revision: 35469

src/bin/e_fm_main.c

index 07652ea..1970050 100644 (file)
@@ -36,6 +36,7 @@
 #include "config.h"
 
 #include "e_fm_op.h"
+#include "e_prefix.h"
 
 /* E_DBUS support */
 #ifdef HAVE_EDBUS
@@ -2177,7 +2178,8 @@ _e_dir_del(E_Dir *ed)
    free(ed);
 }
 
-static const char *_e_prepare_command(E_Fm_Op_Type type, const char *args)
+static const char *
+_e_prepare_command(E_Fm_Op_Type type, const char *args)
 {
    char *buffer;
    unsigned int length = 0;