summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2007-07-03 23:45:00 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2007-07-03 23:45:00 +0000
commitc7c21ae03d535f3d7246aa502eb97889983f4291 (patch)
tree60d961253aacec62af95eced3d8f3f2a8a323a0e
parent11b559a02788c679e053fd4dd5fb5722be0e08ac (diff)
Remove tabs (I wonder why Anjuta decided to insert them there)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13782 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index 079161a514..3b4f2797af 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -299,7 +299,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
if(!found)
{
/* weird: we couldn't find the entry. This Should Never Happen (TM) */
- rb->splash(0, "File/Dir not found: %s", (char*)file);
+ rb->splash(0, "File/Dir not found: %s", (char*)file);
rb->action_userabort(TIMEOUT_BLOCK);
return PLUGIN_OK;
}
@@ -308,7 +308,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
if(!(its_a_dir ? dir_properties((char*)file):file_properties((char*)file)))
{
/* something went wrong (to do: tell user what it was (nesting,...) */
- rb->splash(0, "Failed to gather information");
+ rb->splash(0, "Failed to gather information");
rb->action_userabort(TIMEOUT_BLOCK);
return PLUGIN_OK;
}