]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
stupid compiler this should never have worked
authorJeff Lenk <jeff@jefflenk.com>
Wed, 20 Apr 2011 21:26:47 +0000 (16:26 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 20 Apr 2011 21:26:47 +0000 (16:26 -0500)
libs/esl/fs_cli.c

index 2985bca2af7917d45da1f567a1a68d626cb82388..96cd81d349f897e4e46e6df2bd0f471ac077362e 100644 (file)
@@ -839,9 +839,9 @@ static const char *basic_gets(int *cnt)
                }
                Sleep(20);
        }
+#endif
 
        return command_buf;
-#endif
 }
 #endif