]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
its FreeSWITCH
authorBrian West <brian@freeswitch.org>
Sat, 14 Feb 2009 18:52:55 +0000 (18:52 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 14 Feb 2009 18:52:55 +0000 (18:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12013 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 901b3e5be7aa5c9c531ab02d772b5a987cca8869..29fac29a90110d97318dea8ef2b093712a754cc8 100644 (file)
@@ -2705,7 +2705,7 @@ SWITCH_STANDARD_API(show_function)
 SWITCH_STANDARD_API(version_function)
 {
        char version_string[1024];
-       switch_snprintf(version_string, sizeof(version_string) - 1, "FreeSwitch Version %s\n", SWITCH_VERSION_FULL);
+       switch_snprintf(version_string, sizeof(version_string) - 1, "FreeSWITCH Version %s\n", SWITCH_VERSION_FULL);
 
        stream->write_function(stream, version_string);
        return SWITCH_STATUS_SUCCESS;