separate system-independent parts of volume(1)
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
int main(int argc, char *argv[]){
|
||||
return argc > 1;
|
||||
return !(argc > 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user