fix typo
[libt2n] / examples / minimalistic-server.cpp
index 46cb9ec..229fea5 100644 (file)
@@ -14,7 +14,7 @@
 
 using namespace std;
 
-LIBT2P_EXPORT string testfunc(const string& str) 
+LIBT2N_EXPORT string testfunc(const string& str) 
 {
     string ret;
     if (str=="throw")