Sten Grüner %!s(int64=8) %!d(string=hai) anos
pai
achega
a9ad538390
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/server.c

+ 1 - 1
examples/server.c

@@ -209,7 +209,7 @@ UA_StatusCode nodeIter(UA_NodeId childId, UA_Boolean isInverse, UA_NodeId refere
 }
 
 int main(int argc, char** argv) {
-  signal(SIGINT, stopHandler) /* catches ctrl-c */
+  signal(SIGINT, stopHandler)   /* catches ctrl-c */
 #ifdef UA_MULTITHREADING
   pthread_rwlock_init(&writeLock, 0);
 #endif